Advertisement
Guest User

Untitled

a guest
Sep 27th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. function addListItem() {
  2. $('.list-group').append('<li>Help Me</li>')
  3. }
  4.  
  5. $('.addListBtn').click(addListItem);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement