I have this in my form:
<input type="text" id="datepicker" class="hasDatepicker" />
And this in my dom ready event handler
$j("#datepicker").datepicker();

If I go to the console and enter
$j("#datepicker")
I get a good result:
[input#datepicker.hasDatepicker]

When I type this into the console:
$j("#datepicker").datepicker();

I get:
<input type="text" class="hasDatepicker" id="datepicker">
as a result...no errors.

What's going on?

-- 
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