Created
August 19, 2014 07:48
-
-
Save ABooooo/090d6924672a1e299f78 to your computer and use it in GitHub Desktop.
Add or remove class
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$( "#menu-item-11" ).addClass( "download" ); | |
$( ".pages ul").removeClass( "btn btn-primary" ).addClass( "btn btn-success" ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment