mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Updates rmouseEvent
This commit is contained in:
parent
9fbed020a1
commit
3d39b7d527
@ -7,7 +7,7 @@ var rnamespaces = /\.(.*)$/,
|
|||||||
rescape = /[^\w\s.|`]/g,
|
rescape = /[^\w\s.|`]/g,
|
||||||
rtypenamespace = /^([^\.]*)?(?:\.(.+))?$/,
|
rtypenamespace = /^([^\.]*)?(?:\.(.+))?$/,
|
||||||
rhoverHack = /\bhover(\.\S+)?/,
|
rhoverHack = /\bhover(\.\S+)?/,
|
||||||
rmouseEvent = /^(?:mouse)|(?:click)|(contextmenu)/,
|
rmouseEvent = /^(?:mouse|contextmenu)|click/,
|
||||||
rquickIs = /^([\w\-]+)?(?:#([\w\-]+))?(?:\.([\w\-]+))?(?:\[([\w+\-]+)=["']?([\w\-]*)["']?\])?(?::(first-child|last-child|empty))?$/,
|
rquickIs = /^([\w\-]+)?(?:#([\w\-]+))?(?:\.([\w\-]+))?(?:\[([\w+\-]+)=["']?([\w\-]*)["']?\])?(?::(first-child|last-child|empty))?$/,
|
||||||
quickPseudoMap = {
|
quickPseudoMap = {
|
||||||
"empty": "firstChild",
|
"empty": "firstChild",
|
||||||
|
Loading…
Reference in New Issue
Block a user