Modify ↓
Ticket #3297 (closed bug: worksforme)
Not working construction in Opera
| Reported by: | ICE | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.3 |
| Component: | core | Version: | 1.2.6 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Have select with id=ctr_rgn This code not working in opera 9.50
var sel = $("#ctr_rgn");
$("<option></option>")
.attr("value", 1) .html("Test option") .appendTo(sel);
In firefox 2.0.0.16 and ie 6.0 noraml
Attachments
Change History
Changed 3 years ago by dmethvin
-
attachment
test-3297.html
added
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.

test case