Skip to content

User Contributed Rules

ericmbarnard edited this page Apr 13, 2012 · 17 revisions

###Please feel free to contribute your own Custom Rules!###

####Example Rule####

ko.validation.rules['exampleRule'] = {
    validator: function(val, otherVal){
        /* awesome logic */
    },
    message: 'Sorry Chief, {0} this is not Valid'
};

Clone this wiki locally