mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Fix #13835: classes separated by form feed
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
var nodeHook, boolHook,
|
||||
rclass = /[\t\r\n]/g,
|
||||
rclass = /[\t\r\n\f]/g,
|
||||
rreturn = /\r/g,
|
||||
rfocusable = /^(?:input|select|textarea|button)$/i;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user