Advertisement
vishnu3006

js

Oct 17th, 2011
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(document).ready(function() {
  2. $("#edit-folks-list>").click(function() {
  3. alert("Hello world :)");
  4. });
  5. });
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement