git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fce2bdf
)
Removed support for the XPath [n] - we weren't doing it right, and it would actually...
author
John Resig
<jeresig@gmail.com>
Sat, 28 Apr 2007 15:43:18 +0000
(15:43 +0000)
committer
John Resig
<jeresig@gmail.com>
Sat, 28 Apr 2007 15:43:18 +0000
(15:43 +0000)
src/selector/selector.js
patch
|
blob
|
history
diff --git
a/src/selector/selector.js
b/src/selector/selector.js
index
be50d33
..
00d8aba
100644
(file)
--- a/
src/selector/selector.js
+++ b/
src/selector/selector.js
@@
-64,7
+64,7
@@
jQuery.extend({
},
_prefix: "z=a[m[3]];if(!z||/href|src/.test(m[3]))z=jQuery.attr(a,m[3]);"
},
- "[": "parseInt(m[2])?jQuery.nth(a.parentNode.firstChild,parseInt(m[2]),'nextSibling',a)==a:jQuery.find(m[2],a).length"
+ "[": "jQuery.find(m[2],a).length"
},
// The regular expressions that power the parsing engine