jquery change value of input field
2012 May 30
Below I am changing the value of an input by using the id of the field using jquery
$('#MyFieldID').val('This is the new value');
No comments yet
Below I am changing the value of an input by using the id of the field using jquery
$('#MyFieldID').val('This is the new value');