Skip to content

Instantly share code, notes, and snippets.

@ABooooo
Created August 19, 2014 07:49
Show Gist options
  • Save ABooooo/d05730b092a2db0f837c to your computer and use it in GitHub Desktop.
Save ABooooo/d05730b092a2db0f837c to your computer and use it in GitHub Desktop.
Append or prepend
$( '.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