We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35546f7 commit 2b1bab5Copy full SHA for 2b1bab5
jquery.validate.unobtrusive.js
@@ -24,7 +24,7 @@
24
25
function escapeAttributeValue(value) {
26
// As mentioned on http://api.jquery.com/category/selectors/
27
- return value.replace(/([!"#$%&'()*+,./:;<=>?@\[\\\]^`{|}~])/g, "\\$1");
+ return value.replace(/([!"#$%&'()*+,./:;<=>?@\[\\\]^`{|}~])/g, "\\\\$1");
28
}
29
30
function getModelPrefix(fieldName) {
0 commit comments