[jQuery] Re: submit() question

2009-04-06 Thread Sean McKenna
I'm not sure I understand what you are trying to do, but if the requirement is to pass the values to the server, you can include them in the data parameter of the ajax routine. data: $(this).serialize() + add_item=1, On Apr 5, 3:10 pm, debussy007 debussy...@gmail.com wrote: What do

[jQuery] Re: jQueryUI datepicker, select multiple non-contiguous dates?

2009-08-12 Thread Sean McKenna
I needed this type of continguous and non-contiguous date selection and for this one case I went with the jQuery plugin Datepicker (jquery.datepick.js) instead of the jQueryUI Datepicker which I use elsewhere. It has a multiSelect option that works great. Hopefully this functionality may be

[jQuery] Re: multi date selection

2009-08-19 Thread Sean McKenna
http://keith-wood.name/datepick.html#multi On Aug 19, 2:25 am, Rama Krishna rkavs@gmail.com wrote: multipule date selection -- RamaKrishna.AVS

[jQuery] Re: (validate) email validator

2009-09-14 Thread Sean McKenna
While technically this is correct, a more restrictive approach might be preferable because some email services (hotmail for one) will not send to an email address using anything other than alphanumerics, dots, hyphens, and underscores. On Sep 14, 11:02 am, Scott Haneda talkli...@newgeo.com

[jQuery] Re: Datepicker and Jquery updating the value of pulldown menu

2009-09-18 Thread Sean McKenna
updating the values of the pulldown menu ounce the user have choosen a date from the Jquery datepicker Something like this should work in the datepicker include onSelect: updateLinked then (change as needed for your pull down ids) // Update three select controls to match a date picker