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:
2b82ffb
)
Added a fix for $("div").filter("*") never ending.
author
John Resig
<jeresig@gmail.com>
Sun, 14 Jan 2007 17:45:49 +0000
(17:45 +0000)
committer
John Resig
<jeresig@gmail.com>
Sun, 14 Jan 2007 17:45:49 +0000
(17:45 +0000)
src/selector/selector.js
patch
|
blob
|
history
diff --git
a/src/selector/selector.js
b/src/selector/selector.js
index
001f80a
..
1e8d729
100644
(file)
--- a/
src/selector/selector.js
+++ b/
src/selector/selector.js
@@
-76,7
+76,7
@@
jQuery.extend({
/^(:)([a-z0-9_-]*)\("?'?(.*?(\(.*?\))?[^(]*?)"?'?\)/i,
// Match: :even, :last-chlid
- /^([:.#]*)([a-z0-9_-]*)/i
+ /^([:.#]*)([a-z0-9_*-]*)/i
],
token: [