[jQuery] use an external js file for validation of many forms

2009-09-02 Thread kathb4
I want to use an external js file for validation of many forms - all of which have items in common, like start_date. I want it to be re- usable from application to application. Using the groups I have found that I can do this by having something like [code] $(".sharedClassName).each.function() {

[jQuery] Re: validation rules("remove") doesn't seem to work

2009-02-24 Thread kathb4
Actually I think it is working - I h=just wasn't removing the lable withthe onclick thanks On Feb 24, 5:34 pm, kathb4 wrote: > I am trying to use the validation plugin to validate a set of > checkboxes which are created by my CMS (drupal) so are not changeable > - and which

[jQuery] validation rules("remove") doesn't seem to work

2009-02-24 Thread kathb4
I am trying to use the validation plugin to validate a set of checkboxes which are created by my CMS (drupal) so are not changeable - and which look like this: a. Tanks (Oil, fuel chemicals) b. Rubbish ... I want the user to select at least one of the pollutant checkboxes. As you c