Modify ↓
Ticket #5039 (closed bug: fixed)
:visible selector don't work on IE
| Reported by: | jucamo | Owned by: | john |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | selector | Version: | 1.3.2 |
| Keywords: | visible selector | Cc: | |
| Blocking: | Blocked by: |
Description
The selector expression ":visible" don't work on IE but it works on firefox and chrome
I have a table with id=gvwRubros, when I apply the selector $("#gvwRubros tr:visible")
in firefox and chrome work, but on IE select all the elements.
The way that I hide the element <tr> is in javascript code using the hide(); function of jquery.
I test on IE 6 and 7,firefox 3.5 , chrome 2.
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.

This is fixed in jQuery SVN