Very good. But I choose another Jorn's approach to declare rules and messages:
rules: { conta__cia: { required: true }, ... messages: { conta__cia: "Please insert the cia", This is a personal choice, of course. But could be very difficult to create a Custom Tag working like this(insert header code for rules and messages and code for form fields). Cheers 2007/9/17, Rick Faircloth <[EMAIL PROTECTED]>: > > > Well done! > > Rick > > -----Original Message----- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Monday, September 17, 2007 3:31 PM > To: jQuery (English) > Subject: [jQuery] jQuery Forms for COLDFUSION > > > <p>The version 1.0 of the Ctag based on the powerfull forms plugin of > Jquery has been released.</p> > > <p>Some of the features</p> > <ul> > <li>Place how many forms you need in the same page and set different > behaviour for any of them. The tag will load the needed JS and write > the jQuery statement for you</li> > <li>Choose where to place the error validation message (inline or in a > separate box)</li> > <li>Choose between the incredible wide validation rules of the > validation.js plugin. See the full <a href="http:// > jquery.bassistance.de/api-browser/plugins.html#validateMap"/>API</a> > </li> > <li>Use Ajax submit simply adding AJAX="true" attributes</li> > <li>Place the target content that will load the ajax response anywhere > in the page using the brother cfJq_forms_target Ctag</li> > <li>Combine the validation and ajax behaviour without any restricion</ > li> > </ul> > <p>So just have a test and let me know....</p> > <h3 class="down"><a href="www.andreacfm.com/examples/ > cfJq_forms/">Examples Page</h3> > > <p>Full API coming soon</p> > > > >