[jQuery] Re: Looking for a certain JQuery Plug-in

2009-02-12 Thread expresso
Also the recommended plugin I have actually used before, but didn't know it could do that out of the box. It also has a nice rules engine to set rules up easily out of the box in that plugin. expresso wrote: > > I'm not only showing images. I'm also highlighting the textbox and also > wiring

[jQuery] Re: Looking for a certain JQuery Plug-in

2009-02-12 Thread expresso
I'm not only showing images. I'm also highlighting the textbox and also wiring this up to yet another hover. so I don't have a desire to code all that from scratch. roberthki...@tx.rr.com wrote: > > > You don't really need a plugin for this. Place the images next to each > form field and se

[jQuery] Re: Looking for a certain JQuery Plug-in

2009-02-12 Thread roberthki...@tx.rr.com
You don't really need a plugin for this. Place the images next to each form field and set them to invisble via css. Then, in your validation logic, change them to visible if a field fails. On Feb 11, 9:36 pm, expresso wrote: > I'm looking for a JQuery Validation control that will allow us to sho

[jQuery] Re: Looking for a certain JQuery Plug-in

2009-02-12 Thread Leonardo K
Look this example http://jquery.bassistance.de/validate/demo/milk/ http://plugins.jquery.com/project/validate On Thu, Feb 12, 2009 at 01:36, expresso wrote: > > > I'm looking for a JQuery Validation control that will allow us to show a > small image if a form field is valid. So for instance a