I was wondering how to make it so that I could make a rule where a field is not equal to a value. Like I have a field called \'name\' so I don\'t want \'name\' = \'Your Name
Thanks a lot, Nick !!! A little adding: if you have a few fields to validate into validate() function, the syntax should be :
self.logo.rules( 'add', { notEqual: "Select the Logo" } );