Re: [jQuery] (validate) Customising bassistance validation plugin

2009-11-07 Thread Jörn Zaefferer
The plugin by default picks up attributes, so if you're using attribute names that match validation plugin methods, it should work like that. Though you may need to also provide a value, ala required="true", not sure about that. Jörn On Sat, Nov 7, 2009 at 6:21 AM, Iwan Vosloo wrote: > Hello, >

[jQuery] (validate) Customising bassistance validation plugin

2009-11-07 Thread Iwan Vosloo
Hello, We are trying to use the validation plugin with HTML that's been generated for us. There are a couple of things we'd like to customise if we can for the plugin to work with this HTML. One of them is that the code uses some HTML5 conventions - like how to specify when an input is required: