随笔分类 -  JQuery笔记

摘要:/** This file has been generated to support Visual Studio IntelliSense.* You should not use this file at runtime inside the browser--it is only* intended to be used only for design-time IntelliSense. Please use the* standard jQuery library for all production use.** Comment version: 1.7.2*//*!* jQue. 阅读全文
posted @ 2012-08-01 23:57 lanfeinigal
摘要:一 、SelectjQuery获取Select选择的Text和Value:1. $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发2. var checkText=$("#select_id").find("option:selected").text(); //获取Select选择的Text3. var ... 阅读全文
posted @ 2010-07-11 14:25 lanfeinigal 阅读(1130) 评论(0) 推荐(0)