Graphic Effects in Javascript Validation

Asked

Viewed 142 times

-2

What is this validation effect/libraryJS where the validation is performed at each field fill and returned the inconsistencies immediately and displays floating information like this used by the google register.

Examples inserir a descrição da imagem aqui

1 answer

4


For the validations highlighted in the green box I suggest you use Jquery validation (look at the demos in http://jqueryvalidation.org/files/demo/) or bootstrap http://getbootstrap.com/

For the red marking tooltip I suggest two components, choose the one you think best:

Note: Bootstrap is very good but its css files can change the look of your site if it is already ready. Use only in new applications.

  • Hello @Marco Antonio Quintal, Thanks is what I was looking for.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.