This has actually been fixed in the nightlies and should be in 1.3.2. Definitely let me know if that's not the case, though.
--John On Thu, Feb 19, 2009 at 4:37 AM, Paul Carey <[email protected]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
