Re: [jQuery] datePicker is gone when 2nd time loading a form

2006-09-21 Thread Michael Grosser
r Sent: 19 September 2006 17:03 To: discuss Subject: [jQuery] datePicker is gone when 2nd time loading a form and now for the solution :/ $_SESSION['count'] ++; and every form input gets a raising id, so that its unique everytime - datepi

Re: [jQuery] datePicker is gone when 2nd time loading a form

2006-09-20 Thread Chris Mcleod
: 19 September 2006 17:03 To: discuss Subject: [jQuery] datePicker is gone when 2nd time loading a form and now for the solution :/ $_SESSION['count'] ++; and every form input gets a raising id, so that its unique everytime - datepicker works

[jQuery] datePicker is gone when 2nd time loading a form

2006-09-19 Thread Michael Grosser
and now for the solution :/$_SESSION['count'] ++;and every form input gets a raising id, so that its unique everytime - datepicker works : ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] datePicker is gone when 2nd time loading a form

2006-09-15 Thread Michael Grosser
im loading a form via load, the first time i load it, datepicker is there, if i now a 2nd time try to load the form, there is no date picker...(im loading it into the same place as before ('#menu'))the datepicker code is inside the for .html file script