Guest User

Untitled

a guest
Jun 21st, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function user_list_load(){
  2. $('#user_list').load('user-list.php',
  3. function(data){
  4. $(this).slideDown('fast');
  5. $("#user_list_table").tablesorter();
  6. }
  7. );
  8. }
Add Comment
Please, Sign In to add comment