} });
>
> Jörn
>
> On Sun, May 25, 2008 at 6:25 PM, Doug Mayer <[EMAIL PROTECTED]> wrote:
>
> > Trying to implement this now... Working off of what you said, is there
> > a way to do something like this?
>
> > var validationOptions = { rules: { name: { requi
;
>
> // set page specifc options
> $.extend(validationOptions, { ... });
>
> // generated
> $(...).validate(validationOptions);
>
> That would work with and without page-specific code.
>
> Jörn
>
> On Sun, May 25, 2008 at 5:36 AM, Doug Mayer <[EMAIL PROTEC
ons = {};
>
> // set page specifc options
> $.extend(validationOptions, { ... });
>
> // generated
> $(...).validate(validationOptions);
>
> That would work with and without page-specific code.
>
> Jörn
>
> On Sun, May 25, 2008 at 5:36 AM, Doug Mayer <[EMAIL P
I'm working on an ASP.NET validation integration with jQuery, and
there are some things that inherently don't fit with how I'm defining
my validation. There are some things like required with dependency
expression and callbacks that are easier to ignore and define in the
page yourself.
My projec
4 matches
Mail list logo