摘要: To Read Select Option Value$('#selectId').val();To Set Select Option Value$('#selectId').val('newValue');To Read Selected Text$('#selectId>option:selected').text();// sets selected index of a select box to the option with the value "0"$("select#elem& 阅读全文
posted @ 2011-11-21 00:11 94cool 阅读(2947) 评论(0) 推荐(0)