Modify ↓
Ticket #4949 (closed bug)
:not(:visible) or :hidden
| Reported by: | vevni133 | Owned by: | vevni133 |
|---|---|---|---|
| Priority: | trivial | Milestone: | 1.4 |
| Component: | selector | Version: | 1.3.2 |
| Keywords: | not visible hidden | Cc: | |
| Blocking: | Blocked by: |
Description
$(".tipos_habitacion tbody#tabla1 tr.jj:not(:visible)").length;
FireFox drops me all elements that are not visible, but IE6,IE7 doesnt show me nothing...
i fixed that with $(".tipos_habitacion tbody#tabla1 tr.jj:hidden").length;
Change History
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.

Please submit a complete test case for this bug so that we can more accurately investigate the issue mentioned.