tags:

views:

90

answers:

2

Hello friends The below link has my web page and i would like to validate all the fields using jquery, the problem is I dont have much space around the fields to display ordinary error messages. I am am a novice and thinking of using jquery validation, so could any of you suggest me the best possible way to do that. http://www.4shared.com/photo/BowU9nFB/page.html

Thanking You,

Indranil

+3  A: 

Use the jQuery plug-in Ketchup it uses little floating talk bubbles so not as much space is needed.

Adam
This is nice. I've never seen this plugin before. Sweet!
gurun8
SEXY!!! Thanks.
Indranil Mutsuddy
Hey Adam, i tried the validation but the alignment of the whole page gets altered..what to do? pleae help
Indranil Mutsuddy
@Indranil What do you mean by the alignment? Can I see a screenshot? You may want to try asking for help at Kethup's support site http://github.com/mustardamus/ketchup-plugin/issues
Adam
hey thanx 4 the reply Adam,Its the CSS problem and i m trying to figure it out, but in the mean time i encountered another problem:(I am using jgrowl on the same page where i am trying to validate the fields at the same time now the problem is both are jquery and are mutually exclusive..what to do?
Indranil Mutsuddy
+1  A: 

jQuery plugin: Validation is pretty straight forward and configurable.

http://bassistance.de/jquery-plugins/jquery-plugin-validation/

http://jquery.bassistance.de/validate/demo/

Limit the messages or use jQuery UI Dialog to notify the end user of the errors. No space needed.

http://jqueryui.com/demos/dialog/

gurun8