Friday, January 08, 2010 by Administrator
Setting the value of a hidden field with jQuery is easy. Simply use the val() function.
$("#MyHiddenField").val("my value");