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

2006-09-21 Thread Michael Grosser
you put it into the place where you build your form, and give it id=opsa?=$_SESSION['count']?(if your using php)or maybe use _javascript_, and useid = $(sdds).attr('id');$(sdds).attr('id',id+count);
but a REAL solution would be much nicer :)2006/9/20, Chris Mcleod [EMAIL PROTECTED]:














Where do you put this?



I'm having the same problem as you
were, with some forms loaded by Thickbox. The first form loads fine, but
subsequent forms are missing the Date Picker "widgets".



Chris











From:
[EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED]] On Behalf Of Michael Grosser
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 -
datepicker works :





__

This email has been scanned by Senergy Ltd for viruses.

Powered by MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__




___jQuery mailing listdiscuss@jquery.com
http://jquery.com/discuss/-- mfg M.Grosser
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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

2006-09-20 Thread Chris Mcleod








Where do you put this?



Im having the same problem as you
were, with some forms loaded by Thickbox. The first form loads fine, but
subsequent forms are missing the Date Picker widgets.



Chris











From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Grosser
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 -
datepicker works :





__

This email has been scanned by Senergy Ltd for viruses.

Powered by MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__



___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[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 $('input#von').datePicker({startDate:'01/01/2000'}); $('input#bis').datePicker({startDate:'01/01/2000'});/scriptinputs have the same name when i load 2nd time..
any suggestions what to do ?(maybe sth like closedatePicker() ? )mfg MG
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/