[jQuery] Re: validate

2008-11-18 Thread jalanbyers
#x27;ve found: > > > > http://docs.jquery.com/Plugins/Validation/Reference#Validating_multiple_fields_with_one_method  > > > > I've got my rules and my groups option both in the validate javascript call.   > If you figure out how to get groups option working with that

[jQuery] validate

2008-11-11 Thread jalanbyers
Hi, I am using the amazing validator plugin by Mr. Zaefferer.. I'm unable to find any documentation on using multiple fields within a single validation rule (e.g. adding a single validation to 3 social security number fields rather than validating each field separately and using a single errorCon

[jQuery] Re: jQModal loading separate urls into div

2008-10-23 Thread jalanbyers
Sorry for the sparseness, that's exactly what I was speaking of... unfortunately there's no way to do this with jQModal alone.. I was hoping that I had overlooked something in the docs.. thanks for the response! On Oct 23, 2:29 am, "Alexandre Plennevaux" <[EMAIL PROTECTED]> wrote: > With so lit

[jQuery] jQModal loading separate urls into div

2008-10-22 Thread jalanbyers
Hi, I was wondering if anyone had luck with using as persistent modal window. In other words, I have a .jgmAddClose element inside the div but I also want other links within the div to actually load new url in the div rather than the 'parent'... Thanks for any insight..