上一页 1 2 3 4 5 6 ··· 9 下一页
摘要: http://blog.csdn.net/chenxi1025/article/details/52222327 https://www.cnblogs.com/ajianbeyourself/p/5815689.html jQuery.fn.center = function () { this. 阅读全文
posted @ 2018-01-26 16:02 Amy-WebFrontEnd 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 为a加上window.location.href跳转页面时,再返回到此页面,再点击返回时需点击2次才能返回到前一个页面,原因竟然是href=“#”的原因,在html中#可做为锚点 http://blog.csdn.net/hcy0404/article/details/73551290 阅读全文
posted @ 2018-01-23 15:42 Amy-WebFrontEnd 阅读(1218) 评论(1) 推荐(1) 编辑
摘要: http://jsbin.com/pogegeququ/edit?html,js,console,output 阅读全文
posted @ 2018-01-22 18:27 Amy-WebFrontEnd 阅读(1025) 评论(0) 推荐(0) 编辑
摘要: http://jsbin.com/gixobexizi/edit?html,js,output 阅读全文
posted @ 2018-01-10 09:16 Amy-WebFrontEnd 阅读(3628) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-01-03 18:15 Amy-WebFrontEnd 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 公用js: 绘制直线: 效果如图: 绘制三角形(空心): 效果如图: 从效果图中可以看出最后的点并没有完全闭合,此处可使用lineCap属性,在上面代码中加上 效果如下: 只有最后一点是圆形,而另外两个角处是非圆形(???????) 绘制三角形(实心): 效果如图: 在三角形(实心)基础上绘制另一条 阅读全文
posted @ 2017-12-31 12:33 Amy-WebFrontEnd 阅读(437) 评论(0) 推荐(0) 编辑
摘要: http://jsbin.com/mocojehosa/edit?html,css,output https://developer.mozilla.org/zh-CN/docs/Web/CSS/linear-gradient 阅读全文
posted @ 2017-12-13 18:54 Amy-WebFrontEnd 阅读(132) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/lyzg/p/4877277.html 大部分手机独立像素数据:http://screensiz.es/monitor http://www.cnblogs.com/lyzg/p/5117324.html http://blog.csdn.net/fre 阅读全文
posted @ 2017-12-11 13:27 Amy-WebFrontEnd 阅读(122) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/RunForLove/p/4642746.html https://www.cnblogs.com/starof/p/4933907.html 阅读全文
posted @ 2017-12-08 16:53 Amy-WebFrontEnd 阅读(252) 评论(0) 推荐(0) 编辑
摘要: http://www.jb51.net/article/79238.htm 1 闭包允许内层函数引用父函数中的变量,但是该变量是最终值 当mouseover事件调用监听函数时,首先在匿名函数( function(){ alert(i); })内部查找是否定义了 i,结果是没有定义;因此它会向上查找, 阅读全文
posted @ 2017-12-08 13:41 Amy-WebFrontEnd 阅读(129) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 9 下一页