Advertisement
Aha2Y

Untitled

May 12th, 2012
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(document).ready(function(){
  2.   $("button-1").click(function(){
  3.     $("input").append("test");
  4.   });
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement