Quick question: is it possible to bunch rules together
in Jorn's validator, similar to how you can bunch
cases in a switch statement?

Ex: 

rules: {                                        storyscore: {required: true},
        story: {required: true},
        animationscore: {required: true},
        animation: {required: true},
}

Is it possible to change to something like: 
rules: { storyscore, story, animationscore, animation:
{required: true} }

My jquery code is large and bloated so I've been
trying to figure out ways to cut corners (and didn't
see any examples on the demo page that did this) --
insight would be appreciated! :)

thanks,
-kim




      Don't be flakey.  Get Yahoo! Mail for Mobile and always stay connected to 
friends.    http://mobile.yahoo.com/mail

Reply via email to