摘要:
jQuery获取Select选择的Text和 Value(转) 原文地址:http://blog.chinaunix.net/u3/111819/showart_2197944.htmljQuery获取Select选择的Text和Value:语法解释:1. $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发2. var checkText=$("#select_id").find("option:selected").text();//获取Se 阅读全文
posted @ 2011-06-30 09:50
开始测试
阅读(415)
评论(0)
推荐(0)
浙公网安备 33010602011771号