Opera is the only browser giving trouble with this jQuery statement:
$("select").load("options.html",function() { $(this).val("de"); });
The SELECT does not fill with ANY options. It is blank. Worse, I can turn on DragonFly in an effort to trace it down, and the problem disappears. The options are displayed as they should.
Anyone come across this?
HTML as requested:
<select class="ui-widget-content ui-corner-all">
<option value="en">English</option>
<option value="de">Deutsch</option>
</select>
Obviously, the OPTIONs aren't there to start with...