The plugins site is currently in development.
We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.
version 1.5.3 remote function
| Project: | Validation |
| Version: | 1.5.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
The validation is not working for me.
the form made submit anyway. I tracked the error to
validator.stopRequest(element, response);
if we change the line to validator.stopRequest(element, response==='true') it works.
This is also consistent with the previous lines
if ( response === true )
I hope i understood it good.
- Login to post comments

Comments
#1
Good catch, thanks. Fixed in http://dev.jquery.com/changeset/6394
I'm considering doing a hotfix 1.5.4 release for this. I'll wait a few days to see if anything else pops up...
#2
Automatically closed -- issue fixed for two weeks with no activity.