Opened 14 years ago
Closed 12 years ago
#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: | |
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 12 years ago by
Keywords: | not visible hidden added |
---|---|
Owner: | changed from john to vevni133 |
Status: | new → pending |
comment:2 Changed 12 years ago by
Status: | pending → closed |
---|
Automatically closed due to 14 days of inactivity.
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.