.hasClass( className )Returns: Boolean
Description: Determine whether any of the matched elements are assigned the given class.
-
version added: 1.2.hasClass( className )
- classNameType: StringThe class name to search for.
-
Elements may have more than one class assigned to them. In HTML