What effect / validation library JS where validation is performed at each field fill and returns inconsistencies immediately and displays floating information like this used by google sign up.
Examples
What effect / validation library JS where validation is performed at each field fill and returns inconsistencies immediately and displays floating information like this used by google sign up.
Examples
For the validations highlighted in the green box I suggest you use JQuery validation (look at demos on link ) or bootstrap link
For the red marking tooltip I suggest two components, choose what you think is best:
Bootstrap (this is the best): link . Take a look at all the components and you'll see that there's a lot of good stuff you can use in your app. but see these to make the box effect in red link , link , link and link
Note: The 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.