[jQuery] Re: Attribute selectors

2007-05-28 Thread Adrian Gheorghe
In that project I did manage to get the thing going. What I was trying to say is that at first I did try to search for a negating operator and I was surprised to see none was available. To be honest, I didn't try Karl's solution, that is using something like $(':not([EMAIL PROTECTED])') because I

[jQuery] Attribute selectors

2007-05-27 Thread Adrian Gheorghe
Hello everyone, In a project, a few weeks ago, I needed support for something like @attr!=val, that is selecting all attributes which don't have a certain value (for example selecting all divs which don't have a certain class). I was wondering if support for something like this is planned, if