日期:2014-05-18 浏览次数:20446 次
for (var i = 2012; i <= 2020; i++) { $("#ddlYear").append("<asp:ListItem>" + i + "</asp:ListItem>"); }
$.ajax({ url: 'texts/DevelopName.txt', dataType: 'text', error: function(xhr) { alert(xhr.responseText); }, success: function(data) { $("#selName").each(function(data) { $("#selName").append("<option>" + data + "</option>"); }); } });
$("#DropDownList1").append('<option value="1">aaaaaaaaa</option>');