2

I want to show html5 validation callout popup manually. I want to check if user enters wrong string pattern in text box then want to show validation callout same as we get by default in html5 when use flag required="required" in text box.

Harry Joy
  • 58,650
  • 30
  • 162
  • 207

1 Answers1

0

Have you tried the new functions of the form-element in html5?

You can find them at the bottom of this mdn page:

https://developer.mozilla.org/en/HTML/Forms_in_HTML

Alex
  • 2,106
  • 16
  • 15