Currently jquery.validate.unobtrusive.js does not have a direct dependency on jQuery and jQuery.Validate.js which it depends on supports jQuery >= 1.4. We should instead have it additionally depend on jQuery >= 1.8. This would allow us to stop depending on functions deprecated in newer versions.
An example of a deprecated function that we depend on is the andSelf() function used in unobtrusive validation that has been deprecated.
Comments: Fixed in changeset 368c31d1f0676bf7d55e0b46f80a7dcc4668d24f
An example of a deprecated function that we depend on is the andSelf() function used in unobtrusive validation that has been deprecated.
Comments: Fixed in changeset 368c31d1f0676bf7d55e0b46f80a7dcc4668d24f