Closed GoogleCodeExporter closed 8 years ago
The script is not correct because $("#test").options.add(optn); is crashing.
Have a
look in a debugger. If you use jquery to refer to an element $("#test") also
use the
jquery functions like:
$('#test').append(
$('<option></option>').val("four").html("four")
);
Hope it helps.
Original comment by adrian.tosca
on 22 Apr 2010 at 7:35
Original issue reported on code.google.com by
ash...@gmail.com
on 9 Apr 2010 at 2:54