[jQuery] blockUI for all buttons and a tags

2010-01-05 Thread mpgjunky
Hi, I have implemented blockUI for all buttons and a tags, using a custom message as shown: script type=\text/javascript\ $.unblockUI(); $(document).ready(function() { $.unblockUI(); $(':button,

[jQuery] [validate]

2008-06-05 Thread mpgjunky
Hi, Is it possible for Validate to stop on the first error it encounters? I would like to display one error at a time, rather than all errors found. Thanks, Michael