Advertisement
wobbledev

Untitled

Jun 6th, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(function() {
  2. $('#accordion input').click(send_get_user_list);
  3. send_get_user_list();
  4. });
  5.  
  6.  
  7. How do I call this function with parameters?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement