I am not sure of the details of your input box but mine defined as:

<input id="paramPrefix" disabled=true type="text" name="paramPrefix" />

I use this to update its value:

jQuery('#paramPrefix').val(paramPrefix);

George

On Mon, Jan 18, 2010 at 9:51 AM, Dr Funkenstein <asa...@shaw.ca> wrote:
> Hi,
>
> Anybody knows how I can fill in an input box with some value? I've
> tried the .val(txt) and .text(txt) notations but none worked.
>
> Tnx!
>
> --
> You received this message because you are subscribed to the Google Groups 
> "jQuery UI" group.
> To post to this group, send email to jquery...@googlegroups.com.
> To unsubscribe from this group, send email to 
> jquery-ui+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/jquery-ui?hl=en.
>
>
>
>
-- 
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en.


Reply via email to