jQuery UI addClass

To allow animating the changes to the CSS properties and to add specified classes to the matched elements while animating the changes, the jQuery addclass() method is used. Syntax 1: Basic syntax: Added in version 1.0: .addClass( className, [duration], [easing], [complete] ) Parameters: ClassName: Used to specify a string containing one or more CSS classes, … Read more