Opened 15 years ago
Closed 14 years ago
#4432 closed bug (invalid)
Selectors problem in IE
Reported by: | matt | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | unfiled | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The both codes work in FF3.0.7 and Chrome 2.0.169.1, but only the second one works in IE (tested on 7 & 8)
$('#combo > optgroup:visible > option:visible:first').attr('selected', 'selected');
$('#combo > optgroup:visible > option:visible').first().attr('selected', 'selected');
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Please set to invalid. Problem comes from another part of my original script. Sorry.