Guest User

Untitled

a guest
May 26th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. success: function (response) {
  2. $('#cur_refresh_hide').hide('slow');
  3. $.each( response, function( k, item ) {
  4. console.log(item.first_name+' '+item.last_name);
  5. $('#cur_refresh').append(item.first_name +' '+ item.last_name+' ');
  6. });
  7. },
Add Comment
Please, Sign In to add comment