[jQuery] Re: Can't set focus on element with DatePicker applied

2007-05-10 Thread Bil Corry
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

[jQuery] Re: Can't set focus on element with DatePicker applied

2007-05-10 Thread Chris W. Parker
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.

[jQuery] Re: Can't set focus on element with DatePicker applied

2007-05-08 Thread Bil Corry
Chris W. Parker wrote on 5/8/2007 1:00 PM: $("#date").focus(); $("#date").datePicker(); Have you tried reversing it? $("#date").datePicker(); $("#date").focus(); - Bil