Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. var oldhtml = ''
  2.  
  3. $(document).ready(function() {
  4. //Saving how the initial picker control without any selection
  5. oldhtml = $('div [id^=user_*]').html();
  6. });
  7.  
  8. //To clear People Picker
  9. $('div [id^="user_"]').html(oldhtml);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement