Natrium Tue, 27 May 2008 13:04:26 -0700
I have a hidden inputtype: <input type="hidden" name="test1" id="test1" value="" />
How can I change the value of it by using JQuery? This is what I am doing. $('#test1').value = "hello world"; What am I doing wrong?