1 $("div").addClass("important");
2
3addClass() - Adds one or more classes to the selected elements
4removeClass() - Removes one or more classes from the selected elements
5toggleClass() - Toggles between adding/removing classes from the selected elements
6css() - Sets or returns the style attribute