.addClass( className )Returns: jQuery
Description: Adds the specified class(es) to each element in the set of matched elements.
-
version added: 1.0.addClass( className )
- classNameType: StringOne or more space-separated classes to be added to the class attribute of each matched element.
-
-
登录查看完整内容