[jQuery] [validate] - merge 2 sets of rules?

2009-08-28 Thread bdaniel7
Hi, Is it possible to merge two sets of rules? I have one set generated server-side but for some strange reason 2 fields are skipped. so as a workaround, i want to merge the generated rules with 2 by hand rules. Thanks, Dan

[jQuery] [datepicker] unique id for datepicker (ui-datepicker-div)

2009-08-27 Thread bdaniel7
hello, Is it possible to assign some unique id-s when using multiple instances of a datepicker (DP) on a page? currently i'm tinkering with this timepicker (TP) ( http://milesich.com/timepicker/ ) because i desperately need a TP, but without DP. so far i managed to make only the TP appear, how

[jQuery] serializeArray() problem

2008-12-12 Thread bdaniel7
Hello, I quote from docs.jquery.com: "serializeArray(): Serializes all forms and form elements (like the .serialize() method) but returns a JSON data structure for you to work with." I'm trying to use this method to serialize a form to a JSON string, however is not working. Instead of: {'Name'