Skip to content
Permalink
Browse files
Added a fix for $("div").filter("*") never ending.
  • Loading branch information
jeresig committed Jan 14, 2007
1 parent 2b82ffb commit 375499c
Showing 1 changed file with 1 addition and 1 deletion.
@@ -76,7 +76,7 @@ jQuery.extend({
/^(:)([a-z0-9_-]*)\("?'?(.*?(\(.*?\))?[^(]*?)"?'?\)/i,

// Match: :even, :last-chlid
/^([:.#]*)([a-z0-9_-]*)/i
/^([:.#]*)([a-z0-9_*-]*)/i
],

token: [

0 comments on commit 375499c

Please sign in to comment.