-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Core: Bind the blur
event just once in equalTo
rule
#1709
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@staabm yup that will fix it |
@staabm I will try to extend |
3d30df2
to
92c51c6
Compare
I added some tests :) |
Nice. Did you make sure the tests fail without the patch? |
bind the event just once, avoiding the unbind-rebind overhead. Also, unbind it when destroying the plugin. Ref jquery-validation#1704 Ref jquery-validation#1707
92c51c6
to
ef22360
Compare
Yep, I did :) |
merged thx. not sure why git wasnt able to fast forward it... required a merged commit.. |
I'm not sure why this happen. The Git's docs give us a good reason:
|
If you want, you can reset the master and delete the last 2 commit (including the merge commit) and I will create another PR based on new master. |
No worries, its fine |
bind the event just once, avoiding the unbind-rebind overhead.
Also, unbind it when destroying the plugin.
Ref #1704
Ref #1707