摘要: select 操作: 遍历option取值: $("#select_left").children("option").each(function() { console.log(this.value); }); 遍历选中: $("#select_left").children("option"). 阅读全文
posted @ 2013-05-27 10:13 无恨星晨 阅读(2021) 评论(0) 推荐(0)