[jQuery] Re: [validate] Require with more then one selector

2008-02-01 Thread Sudrien
On Jan 30, 6:39 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > In that I highly recommend just using a custom method. > > See http://docs.jquery.com/Plugins/Validation/Validator/addMethodand > the billingRequired method > here:http://jquery.bassistance.de/validate/demo/marketo/mktSignup.js >

[jQuery] [validate] Require with more then one selector

2008-01-30 Thread Sudrien
Pardon the mixing of comment formats. // must be non-blank - values are digits ... // "Port not found" in previous list - values are strings ... // "Port not found" in previous list - value is a string // "Port not found" AND "Country not found" - how do I require both? Can I do this as

[jQuery] Re: Inline Ui-Datepicker mindate not working as expected

2007-12-13 Thread Sudrien
geFirstDay: false, minDate: new Date($('#deliveryDate').val()) }); }); On Dec 13, 3:20 pm, Sudrien <[EMAIL PROTECTED]> wrote: > Th have the following code. $('#cali') is a span, and $ > ('#deliveryDate') is an input, so the calendar is showing up inli

[jQuery] Inline Ui-Datepicker mindate not working as expected

2007-12-13 Thread Sudrien
Th have the following code. $('#cali') is a span, and $ ('#deliveryDate') is an input, so the calendar is showing up inline. $(document).ready(function() { var starting = new Date(); $('#cali').datepicker({ onSelect: function(date) { $('#deliveryDate').val(date); }, changeFirstDay: