上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 18 下一页
摘要: 阅读全文
posted @ 2014-12-12 15:46 安雅然 阅读(155) 评论(0) 推荐(0) 编辑
摘要: http://www.dropzonejs.com/http://www.plupload.com/ 阅读全文
posted @ 2014-12-09 14:41 安雅然 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-12-08 15:00 安雅然 阅读(238) 评论(0) 推荐(0) 编辑
摘要: $("#CheckAll").click(function() { var checkFlag = $(this).prop("checked"); $("input:checkbox:enabled").each(function() { $(this).prop("checked", check... 阅读全文
posted @ 2014-12-08 14:39 安雅然 阅读(97) 评论(0) 推荐(0) 编辑
摘要: https://icomoon.io/ 阅读全文
posted @ 2014-12-08 10:39 安雅然 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 1.按钮类型type="submit"2.form的action不能写,否则默认就提交表单了,不会再执行ajax3.ajax方法写在submitHandler方法里面例如:validate设置默认参数:/* * 表单验证 * */if($('.form-validate').length > 0) ... 阅读全文
posted @ 2014-12-04 10:44 安雅然 阅读(1086) 评论(0) 推荐(0) 编辑
摘要: https://wrapbootstrap.com/ 阅读全文
posted @ 2014-12-03 16:55 安雅然 阅读(128) 评论(0) 推荐(0) 编辑
摘要: http://www.zhangxinxu.com/wordpress/2013/12/javascript-js-元素-抛物线-运动-动画/ 阅读全文
posted @ 2014-11-21 17:26 安雅然 阅读(264) 评论(0) 推荐(0) 编辑
摘要: http://www.bandari.net/ 阅读全文
posted @ 2014-11-13 10:29 安雅然 阅读(110) 评论(0) 推荐(0) 编辑
摘要: ##1##1.去除android a/button/input标签被点击时产生的边框 2.去除ios a标签被点击时产生的半透明灰色背景1 a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);} 阅读全文
posted @ 2014-10-08 09:57 安雅然 阅读(111) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 18 下一页