Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(function() {
- $('#accordion input').click(send_get_user_list);
- send_get_user_list();
- });
- How do I call this function with parameters?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement