Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

clear please complete fields highlighted error when one of the fields ge... #14

Merged
merged 1 commit into from Oct 31, 2014

Conversation

ScottDowne
Copy link
Contributor

...ts updated

@@ -340,6 +340,12 @@
$("#one-line-error").show();
}
}
$('.billing-info input').on("input", function() {
Copy link
Contributor

Choose a reason for hiding this comment

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

Is input a jq event? I thought it had to be something like keyup or change or blur ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

input is a regular old event, like a realtime change event.

fires as you type, where change fires when it's all said and done.

https://developer.mozilla.org/en-US/docs/Web/Events/input

ScottDowne added a commit that referenced this pull request Oct 31, 2014
clear please complete fields highlighted error when one of the fields ge...
@ScottDowne ScottDowne merged commit 59b918b into mozilla:master Oct 31, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants