Harshanand Wankhede
Harshanand Wankhede

Reputation: 165

Validator plugin in javascript/jquery which shows messages as Tooltip

Can anyone suggest me the validator plugin which shows Validation message as tooltip and we are not submitting form rather we are sending Ajax call to post data. So when User click on Save button, I should be able call validator and that plugin should highlight the field and when user hover mouse on the field, it should display proper messages. Please any one have used such plugin?

Upvotes: 0

Views: 178

Answers (2)

Manoj Yadav
Manoj Yadav

Reputation: 6612

Try this jQuery plugin Validation Engine.

Upvotes: 1

Related Questions