View difference between Paste ID: dbJGVsad and 07kS70ku
SHOW: | | - or go back to the newest paste.
1
$(function() {
2
   $('#accordion input').click(send_get_user_list);
3
   send_get_user_list();
4-
 });
4+
 });
5
6
7
How do I call this function with parameters?