上一页 1 ··· 14 15 16 17 18
2014年7月31日
摘要: 1箱起批2箱起批3箱起批var v_wholesale_one = $(“:radio[name='wholesale_one'][checked]“).val(); 阅读全文
posted @ 2014-07-31 15:03 whlives 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 今天在做一个js加法的时候,忘记将字符转换成整型,导致将加号认为是连接符, 在运算前要先对字符井行类型转换,使用parseInt()函数 使用Number()将字符转换成int型效果更好 阅读全文
posted @ 2014-07-31 15:01 whlives 阅读(745) 评论(0) 推荐(0) 编辑
摘要: 焦点图 ... 阅读全文
posted @ 2014-07-31 15:00 whlives 阅读(239) 评论(0) 推荐(0) 编辑
摘要: $('#myform').submit() 表单提交$('#myform')[0].reset() 表单重置 阅读全文
posted @ 2014-07-31 14:57 whlives 阅读(326) 评论(0) 推荐(0) 编辑
摘要: 固定底部漂浮固定漂浮物在此处O(∩_∩)O~11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111... 阅读全文
posted @ 2014-07-31 14:54 whlives 阅读(412) 评论(0) 推荐(0) 编辑
摘要: 代码下载 阅读全文
posted @ 2014-07-31 14:47 whlives 阅读(392) 评论(0) 推荐(0) 编辑
摘要: var i = 0;$("input[name='checkbox[]']:checked").each(function(){ i++;});if(i<1){ //如果i=0 证明没有选中一个checkbox alert("您没有勾选任何计划"); return false;} 阅读全文
posted @ 2014-07-31 14:42 whlives 阅读(247) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18