I guess this is expected, but I'd like to clarify that not doesn't
work with attribute selectors.
For example
$(".foo:not(.bar)") will return all elements that have class foo but
not class bar.
$(".foo:not(.bar[data-x='y']") will return the same set of elements as
above.
Thanks
Paul
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---