Re: [jQuery] [PATCH] use datePicker without IDs

2006-10-03 Thread Kelvin Luck
Hi Matt, Thanks again for the patch. I just found the time to test it out and it seems to work nicely so I have integrated it into the date picker plugin, Cheers, Kelvin :) > > On Thu, September 28, 2006 5:06 am, Matt Good wrote: >> The datePicker plugin[1] won't work for multiple date inputs

Re: [jQuery] [PATCH] use datePicker without IDs

2006-09-29 Thread Kelvin Luck
Hi Matt, Thanks for the patch. I'm just about to go away for the weekend so won't be able to look at it properly until next week but I'll get back to you (and the list) when I have. From a quick look, I think that I was originally doing what you do (storing the relevant info on the INPUT elements

[jQuery] [PATCH] use datePicker without IDs

2006-09-29 Thread Matt Good
The datePicker plugin[1] won't work for multiple date inputs unless you add an id attribute to each input tag (though this restriction does not seem to be mentioned anywhere). I didn't want to have to generate ids for each date input on my page, so I patched datePicker to get rid of the id require