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 8c2cb49 commit 700c16bCopy full SHA for 700c16b
src/attributes.js
@@ -7,7 +7,6 @@ var rclass = /[\n\t\r]/g,
7
rfocusable = /^(?:button|input|object|select|textarea)$/i,
8
rclickable = /^a(?:rea)?$/i,
9
rboolean = /^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,
10
- rinvalidChar = /\:|^on/,
11
nodeHook, boolHook;
12
13
jQuery.fn.extend({
0 commit comments