/ Published in: jQuery
Just something simple to set and get the value of an form input field.
Expand |
Embed | Plain Text
$(this).attr('value', 'newvalue'); $(this).val();
You need to login to post a comment.
Just something simple to set and get the value of an form input field.
$(this).attr('value', 'newvalue'); $(this).val();
You need to login to post a comment.