I got it...(yay!)
You're question clued me in - I had copied that from somewhere else
and thought that it would find the dialog window and populate the id
of "url" with my data.
In fact, all I needed was:
$("#url").val(url);
Thanks!!!
On Tue, Mar 2, 2010 at 6:04 PM, Roman <[email protected]> wrote:
> First of all, it seems that you'd get a syntax error because you don't
> a semicolon after
> var url = $("#q_hist").val()
>
> Secondly, does $("#save_hist_dialog > input[id='url']").val(url) do
> its job by itself (to be sure you have the correct selector)?
>
> --
> You received this message because you are subscribed to the Google Groups
> "jQuery UI" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/jquery-ui?hl=en.
>
>
--
______________________________________________________________
Clayton Dukes
______________________________________________________________
--
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en.