Opened 13 years ago
Closed 13 years ago
#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: | |
Blocked by: | Blocking: |
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 (1)
comment:1 Changed 13 years ago by
Milestone: | 1.3.2 → 1.3.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This is fixed in jQuery SVN