I have a <select> element that I need to populate with values I get from an Ajax call. I am debating whether to have the Ajax return a proper JSON object of keys/values or just have it echo out a bunch of element that I need to popula
I have a <select> element that I need to populate with values I get from an Ajax call. I am debating whether to have the Ajax return a proper JSON object of keys/values or just have it echo out a bunch of element that I need to popula