Skip to main content

Bug Tracker

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)
  • test-3297.html (0.4 KB) - added by dmethvin June 20, 2010 08:04PM UTC.

    test case

Change History (1)

Changed June 20, 2010 08:04PM UTC by dmethvin comment:1

resolution: → worksforme
status: newclosed

Worked for me in Opera 10.53 and jQuery 1.4.2.