After discussing it with a number of users I've decided to revert the change to ...
authorJohn Resig <jeresig@gmail.com>
Wed, 21 Jan 2009 22:36:21 +0000 (22:36 +0000)
committerJohn Resig <jeresig@gmail.com>
Wed, 21 Jan 2009 22:36:21 +0000 (22:36 +0000)
commit9b3804a8eca6ce04dd48fbfcc157c8d176a25397
tree728264b51f233f656e8d6ce0e100f0d7ce7d686f
parent626961c4a54cccaae0ecef81f2058cd0888611cc
After discussing it with a number of users I've decided to revert the change to [name!=value]. It is now equal to :not([attr!=value]). Attempting to switch it to [attr]:not([attr!=value]) produced some really non-obvious results and confused users. Fixes jQuery bug #3884.
src/selector.js
test/unit/selector.js