Skip to main content

Bug Tracker

Side navigation

#4949 closed bug ()

Opened July 22, 2009 09:02PM UTC

Closed November 11, 2010 11:09PM UTC

: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;

Attachments (0)
Change History (2)

Changed October 21, 2010 08:08PM UTC by addyosmani comment:1

keywords: → not visible hidden
owner: johnvevni133
status: newpending

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

Changed November 11, 2010 11:09PM UTC by trac-o-bot comment:2

status: pendingclosed

Automatically closed due to 14 days of inactivity.