Problem with jQuery validate plugin (remote validation)
问题 I have a problem trying to validate a user value using the jQuery Validation plugin. The validation seems to fire correctly and call the web service function exactly as I want but, even if the server function does work correctly and returns a true / false result the field is always invalid. This is the validation code on the client side $('#myForm').validate({ errorContainer: container, errorLabelContainer: $("ol", container), wrapper: 'li', meta: "validate", rules: { Code: { required: true,