Hi,
I want to create a twitter like user registration form for my asp.net(C#) web application. I have configured asp.net membership module for my site.
I have searched alot but couldn't find any all in one JQuery Plugin which provide the following functionalities to my webform-
1. Form Feild highlight when onFocus and on error
2. Tooltip when form field is in focus
3. Proper client-side form validation
4. Check user name availability
5. Check email re-registration
6. Calculate Password strength
7. Nice feedback when form is submitted
Can anyone know any all in one plug-in which I can add to my asp.net(C#) registration forms to make my forms live?
I'm extremely new to jquery and it my first ever jquery project.
So, any help will be really appreciated!