Skip to content

Update reference.md #35

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

Closed
wants to merge 3 commits into from
Closed

Conversation

sparky672
Copy link
Contributor

The onfocusout option was improperly called onblur on this page.

sparky672 added 2 commits May 9, 2017 09:03
The `onfocusout` option was improperly called `onblur`
@@ -110,7 +110,8 @@ This used to work by adding `class="cancel"` to the input, this is now deprecate
[Demo for the cancel button](https://jqueryvalidation.org/files/demo/errorcontainer-demo.html)

# Validation event
By default, forms are validated on submit, triggered by the user clicking the submit button or pressing enter when a form input is focused (option `onsubmit`). In addition, once a field was highlighted as being invalid, it is validated whenever the user types something in the field (option `onkeyup`). When the user enters something invalid into a valid field, it is also validated when the field loses focus (option `onblur`).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the added newline. Otherwise looks good, thx

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's gone now.

@staabm
Copy link
Member

staabm commented May 9, 2017

Hmm the Pr is no longer mergable... let me fix this typo... thx for your contribution.

@staabm staabm closed this May 9, 2017
@staabm
Copy link
Member

staabm commented May 9, 2017

Fixed via bda9cab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants