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

2006-09-21 Thread Michael Grosser
]: 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 Grosse

[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

[jQuery] anyone got Date Picker plugin(downloaded) ?

2006-09-13 Thread Michael Grosser
The original Date-Picker page seems to be down (kelvinluck.com ) and i cant find it via wayback. Can anyone send me the plugin or host the file somewhere ?(maybe put it into jquery svn ?) thanks in advance mfg MG ___ jQuery mailing list

[jQuery] formdate still too slow !?

2006-09-06 Thread Michael Grosser
i hoped for the new release to fix it, but .formdata is still damn slow(at least for me 2-3s per .formdate() for a 9fields form)is there no faster way, to just get the formdata, maybe without serializing the whole form or sth else :/ (my last post)http://jquery.com/discuss/2006-August/009406/mfg

[jQuery] performance bug with formdata()

2006-09-06 Thread Michael Grosser
i know found out why my submit was so damn slow...when you have a lot of options in your selectboxes, the serialize() takes very long to completeto ask for selected element was way faster.maybe not serializing the form, and just getting all the vars differently would speed things up. mfg M.G.