[jQuery] Toggle Text

2009-06-25 Thread evanbu...@gmail.com
Hi I'm using this to check/uncheck a group of checkboxes which works fine. However, when all of checkboxes are checked, I would like the span id="CheckAll" to read "Uncheck All" and to toggle back to "Check All" when all of the boxes are unchecked. $(document).ready(function() {

[jQuery] toggle text & class name and pop-up tool tip

2008-12-04 Thread ipog
Hello everybody, I'm JQuery beginner and need help on the following. I have a anchor tag with class name "red". I want three things to trigger on click of anchor link 1. change class name from "red" to "gray" 2. change anchor text from "hello" to "bye" 3. pop-up tool tip (just display will do)