[jQuery] [validate] Multiselect Select validation

2008-06-09 Thread morrijr

Hi,

I need to make sure that the user selects between 1 and 100 items from
a multi-select listbox.  How can I get the validate plugin to enforce
this?

Thanks,

John.


[jQuery] [validate] Delay remote until user pauses/finishes typing

2008-02-07 Thread morrijr

Hi,

I've got a textbox which has a remote rule on it which works very well
thanks. However the server gets a request on every keypress, would it
be possible to add a (definable?) delay after the keypress before the
request is submitted which, if another key is input before the delay
times out causes the delay to be reset.

I hope my rambling makes sense!

If not, I think 
http://www.selfcontained.us/2007/10/07/ajax-requests-when-users-stop-typing/
describes the issue.

Once more - thanks for all your hard work!

J.


[jQuery] [validate] Wait to send remote until user pauses/finishes typing

2008-02-07 Thread morrijr

Hi,

I've got a textbox which has a remote rule on it which works very well
thanks. However I get a request on every keypress, would it be
possible to add a (definable?) delay after the keypress before the
request is submitted which, if another key is input before the delay
times out causes the delay to be reset.

I hope my rambling makes sense!

If not, I think 
http://www.selfcontained.us/2007/10/07/ajax-requests-when-users-stop-typing/
describes the issue.

Once more - thanks for all your hard work!

J.