jquery add objecst of data to select option value code example
Example: jquery add items to select input
$("#selectList").append(new Option("option text", "value"));
$("#selectList").append(new Option("option text", "value"));