abitgone / jQuery-Plugins

A bunch of plugins that ease development for front-end designers with little or no JavaScript or jQuery knowledge.
http://abitgone.github.com/jQuery-Plugins
Other
44 stars 14 forks source link

Add support for toggling multiple class names #8

Closed abitgone closed 11 years ago

abitgone commented 11 years ago

ClassToggle now allows designers to specify multiple classes to toggle on and off. The class names are not checked for existence first and are simply toggled.

For an example of how this works, see http://abitgone.github.com/jQuery-Plugins/ClassToggle/#h-ex4.

This closes issue #7.