Houston, we have a problem.

jQuery Manipulating CSS




  • addClass() - Adds one or more classes to the selected elements

  • removeClass() - Removes one or more classes from the selected elements

  • toggleClass() - Toggles between adding/removing classes from the selected elements

  • css() - Sets or returns the style attribute



jQuery css() Method
Return a CSS Property
To return the value of a specified CSS property, use the following syntax:


Set a CSS Property
To set a specified CSS property, use the following syntax:


@темы: jQuery, jQuery Учебка, Ссылки