public
Description: Updated hourly from the jQuery SVN repo
Homepage: http://jquery.com
Clone URL: git://github.com/JackDanger/jquery.git
jquery selector: closes #3023. The attribute filter accepts ':'.

git-svn-id: http://jqueryjs.googlecode.com/svn/trunk@5796 
c715fcbe-d12f-0410-84c4-316a508785bb
aflesler (author)
Mon Jul 28 09:34:46 -0700 2008
commit  d222339d776398700d3832dac0809c3ff566da8e
tree    ae36cce0e184a20daf98c24d211ce5946cd016e7
parent  9fc9e570d8af02211b113037e0fcf3d5bfc3387c
...
68
69
70
71
 
72
73
74
...
68
69
70
 
71
72
73
74
0
@@ -68,7 +68,7 @@ jQuery.extend({
0
   // The regular expressions that power the parsing engine
0
   parse: [
0
     // Match: [@value='test'], [@foo]
0
- /^(\[) *@?([\w-]+) *([!*$^~=]*) *('?"?)(.*?)\4 *\]/,
0
+ /^(\[) *@?([\w:-]+) *([!*$^~=]*) *('?"?)(.*?)\4 *\]/,
0
 
0
     // Match: :contains('foo')
0
     /^(:)([\w-]+)\("?'?(.*?(\(.*?\))?[^(]*?)"?'?\)/,

Comments

    No one has commented yet.