views:

548

answers:

1

I am looking for a form validation utility with cool effects similar to the Digg's Registration Page. http://digg.com/register/. I have been searching for a tutorial/code but could not find the perfect one. Please let me know if anybody has some resources on it.

Update: I am still open to receive your answers!

+1  A: 

What you are looking I think would be something along the lines of the JQuery Validation Plugin.

MitMaro
Thanks for the response! I have already checked it. I am looking for a better solution which can work exactly as the example I have provided.
Chirans
Or, if there is a way to get this sample jquery.bassistance.de/validate/demo/milk done without tables, that will also do.
Chirans
The plugin can be used without tables. You will need to modify the `errorContainer` option.
MitMaro
Ok. Let me try that and update the status.
Chirans
Got It, but small problem. I used a div and span combination to show the form element and error. Div contains both form element and Span. I made a setting to write the error message to Span, but when I placed this in my main page, the error message is going to next line. It worked fine in the test page without any additional content.
Chirans
This issue is also resolved. Now it shows in the same line. There was a conflict in the css.
Chirans