Guest User

Untitled

a guest
Jan 21st, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. $('#MyHiddenField').val('');
  2.  
  3. var v = $('#MyHiddenField').val();
  4. if (v === '') v = null;
  5. //use v as null in your code now
Add Comment
Please, Sign In to add comment