摘要:
http://www.cnblogs.com/zihan1120/archive/2013/04/23/3039099.htmljQuery获取Select元素,并选择的Text和Value:1. $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发2. var checkText=$("#select_id").find("option:selected").text(); //获取Select选择的Text3. var checkValue= 阅读全文
posted @ 2013-04-25 14:43
RY一步一个脚印
阅读(159)
评论(0)
推荐(0)
摘要:
原文: http://www.cnblogs.com/fsy0718/archive/2013/04/24/3041437.html<script type="text/javascript"> //页面加载 $(function () { $('div a').each(function () { $(this).css('fontSize', (getFontSize = function () { fontsize = Math.round(Math.random() * 30) / 10 if (fontsize < 阅读全文
posted @ 2013-04-25 12:03
RY一步一个脚印
阅读(294)
评论(0)
推荐(0)
摘要:
http://www.cnblogs.com/chyingp/archive/2013/04/25/a-baseline-for-front-end-developers.html 阅读全文
posted @ 2013-04-25 09:20
RY一步一个脚印
阅读(161)
评论(0)
推荐(0)

浙公网安备 33010602011771号