var typeValue = d.options[d.selectedIndex].value,为什么JS文件打不出来options和selectedIndex
—、获取dropdownlist的text(ddlList为服务器端dropdownlist的ID,生成name属性等于ddlList的 select标签)
$("#ddlList option:selected").text()
二、获取 dropdownlist的value(ddlList为服务器端dropdownlist的ID,生成name属性等于ddlList的select标签)
$("#ddlList").val()