Is is possible to to have a depends on a jQuery remote validation?
- by David Kethel
I am using jQuery remote validation to check if the description is already being used.
Description: {
required: true,
maxlength: 20,
remote: function () {
var newDescription = $("#txtDescription").val();
var dataInput = {…