Created
August 19, 2014 07:49
-
-
Save ABooooo/d05730b092a2db0f837c to your computer and use it in GitHub Desktop.
Append or prepend
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
$( '.left li a' ).append( '<i class="fa fa-arrow-circle-right pull-right"></i>' ); | |
http://api.jquery.com/append/ | |
http://api.jquery.com/prepend/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment