Guest User

Untitled

a guest
Aug 17th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. jQuery Chosen reset
  2. <input type="reset" />
  3.  
  4. <input name="Text1" id="something" type="text">
  5.  
  6. <input type="reset" id="reset_me"/>
  7.  
  8.  
  9. $("#reset_me").click(function() {
  10. $("#something").val("");
  11. });
Add Comment
Please, Sign In to add comment