Chris W. Parker wrote on 5/10/2007 1:49 PM:
On Tuesday, May 08, 2007 2:42 PM Bil Corry <> said:
Chris W. Parker wrote on 5/8/2007 1:00 PM:
$("#date").focus();
$("#date").datePicker();
Have you tried reversing it?

        $("#date").datePicker();
        $("#date").focus();

I hadn't at the time but I just did and it works. Do you know why?

No, but I've had similar issues and now always make .focus() the last thing I 
do.


- Bil


Reply via email to