I have a html select input with a default set of options (it has an ID). I also have a json object that looks like
var replacement_options = {'value 1':'display 1', 'value 2':'display 2' ....
How would I replace the options in the select with the values and displays from the json object using Facebook JS? (FBJS)