Added a fix for $("div").filter("*") never ending.

This commit is contained in:
John Resig 2007-01-14 17:45:49 +00:00
parent 2b82ffbbfa
commit 375499c1f3

View file

@ -76,7 +76,7 @@ jQuery.extend({
/^(:)([a-z0-9_-]*)\("?'?(.*?(\(.*?\))?[^(]*?)"?'?\)/i,
// Match: :even, :last-chlid
/^([:.#]*)([a-z0-9_-]*)/i
/^([:.#]*)([a-z0-9_*-]*)/i
],
token: [