Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
jQuery UI has also improved the addClass
(), removeClass (), and
toggleClass () methods provided by
jQuery. The options for these classes are listed in Table 14-14.
The new form of the addClass ()
method is:
$(selector, context).addClass (className, duration, easing, callback);
The new form of the removeClass
() method is:
$(selector, context).removeClass (className, duration, easing, callback);
The new form of the toggleClass
() method is:
$(selector, context).toggleClass (className, addOrRemove, duration,
easing, callback);