toggle « jQuery « JavaScript DHTML






1.Click to toggle style
2.Toggle true and false
3.Slow toggle
4.Normal toggle
5.Toggle fast
6.Toggle in milliseconds
7.Toggle among two or more function calls every other click
8.Use toggle function to change class
9.Click to toggle opacity








10.toggle(fn, fn1): when clicking matched element, the first specified function is fired, clicked again, the second is fired.