var $select = $('<select>'); var options = $.map(url, function(item) { return new Option(item); }); $select.append(options);