I want to set the value of a hidden field, using JQuery.
Hidden Field:
If you have a hidden field like this
Now you can use your value like this
$(this).parent().find('input[type=hidden]').val()