mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
name == id bug, second attempt
This commit is contained in:
parent
6e69be6687
commit
69ae9aeab0
2
jquery/jquery.js
vendored
2
jquery/jquery.js
vendored
@ -398,7 +398,7 @@ $.clean = function(a) {
|
|||||||
|
|
||||||
$.g = {
|
$.g = {
|
||||||
'': "m[2] == '*' || a.nodeName.toUpperCase() == m[2].toUpperCase()",
|
'': "m[2] == '*' || a.nodeName.toUpperCase() == m[2].toUpperCase()",
|
||||||
'#': "a.getAttribute('id') == m[2]",
|
'#': "a.attributes['id'].nodeValue == m[2]",
|
||||||
':': {
|
':': {
|
||||||
lt: "i < m[3]-0",
|
lt: "i < m[3]-0",
|
||||||
gt: "i > m[3]-0",
|
gt: "i > m[3]-0",
|
||||||
|
Loading…
Reference in New Issue
Block a user