Skip to content

Commit 4576a6c

Browse files
committed
Merge branch 'dev'
2 parents 922d8db + 31906d2 commit 4576a6c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/jquery.validator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,7 @@
14151415
}
14161416
$.extend(this, {
14171417
_valHook: function() {
1418-
return this.element.getAttribute('contenteditable') !== null ? 'text' : 'val';
1418+
return this.element.contentEditable === 'true' ? 'text' : 'val';
14191419
},
14201420
getValue: function() {
14211421
var elem = this.element;

0 commit comments

Comments
 (0)