Is there a way to change the options array of an html select list using javascript or mootools?
I need to replace the entire options set with a new one. In my ajax
var newOptionsHtml = "New Option 1New Option 2"; $("#test").html(newOptionsHtml);