Modify ↓
Ticket #7382 (closed bug: fixed)
CSS selector [class!=invalid] not working
| Reported by: | Jeremy S | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | 1.4.4 |
| Component: | selector | Version: | 1.4.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Upon upgrading to jquery 1.4.3 I've noticed I can no longer use "!=" and instead I need to use :not([])
See test case here: http://jsfiddle.net/n8k7t/
Change History
comment:2 Changed 3 years ago by rwaldron
- Priority changed from undecided to high
- Resolution set to fixed
- Status changed from new to closed
- Component changed from unfiled to selector
- Milestone changed from 1.5 to 1.4.4
Further reduced for readability: http://jsfiddle.net/rwaldron/ThcbG/2/
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Duplicate of #7243. This was only an issue in Firefox and jQuery 1.4.3. It's fixed and will be in jQuery 1.4.4