JQuery 常用代码实现

// 1.选中下拉框某个选项
$("#orderStatus option[value='waitingProcessingOrder']").attr("selected","selected");

你可能感兴趣的:(JQuery 常用代码实现)