[jQuery] Re: how to change the value of a hidden inputtype?

2008-05-27 Thread Natrium
this is how it works: $('#test1').val("hello world"); On 27 mei, 21:33, Natrium <[EMAIL PROTECTED]> wrote: > I have a hidden inputtype: > > > > 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?

[jQuery] how to change the value of a hidden inputtype?

2008-05-27 Thread Natrium
I have a hidden inputtype: 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?