jQuery UI removeClass

To manage jQueryUI visual effects and to eliminate the specified classes to the matched elements while animating the style changes, the jQuery removeClass() method is used. Thus, the applied classes are eliminated from the elements. Syntax 1: Basic syntax: Added in version 1.0: .removeClass( className, [duration], [easing], [complete] ) Parameters: ClassName: Used to specify a … Read more