Side navigation
#3297 closed bug (worksforme)
Opened August 27, 2008 02:12PM UTC
Closed June 20, 2010 08:04PM UTC
Not working construction in Opera
Reported by: | ICE | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.3 |
Component: | core | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (1)
Change History (1)
Changed June 20, 2010 08:04PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
Worked for me in Opera 10.53 and jQuery 1.4.2.