Skip to content

Instantly share code, notes, and snippets.

@jagjeetgit
Created February 20, 2018 05:52
Show Gist options
  • Save jagjeetgit/23f53df8e14b92db979c05120e5bc9c3 to your computer and use it in GitHub Desktop.
Save jagjeetgit/23f53df8e14b92db979c05120e5bc9c3 to your computer and use it in GitHub Desktop.
Field Validation on Tap-out or Focus out
$(".numericbox1518941620523 input").focusout(function() {
guideBridge.resolveNode("numericbox1518941620523").validate(); //replace numericbox1518941620523 by the name of your text field
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment