文章分类 -  好用插件

摘要:http://blog.suntemple.cn/guide/js/ http://blog.suntemple.cn/guide/js/%E9%A1%B5%E9%9D%A2%E6%BB%9A%E5%8A%A8%E5%8A%A8%E7%94%BB.html 阅读全文
posted @ 2024-11-27 11:52 Shimily 阅读(2) 评论(0) 推荐(0) 编辑
摘要:<style> #box_bg{ width:440px; height:10px; background:url(images/bg.gif) no-repeat; padding:24px 48px; margin:0px auto;} #container{height:10px; posit 阅读全文
posted @ 2020-05-27 16:34 Shimily 阅读(87) 评论(0) 推荐(0) 编辑
摘要:Document Prev Toggle Reverse Next 阅读全文
posted @ 2018-11-22 09:40 Shimily 阅读(860) 评论(0) 推荐(0) 编辑
摘要:在ipad、iphone网页开发中,我们很可能需要判断是横屏或者竖屏。 下面介绍如何用 jQuery 判断iPad、iPhone、Android是横屏还是竖屏的方法 屏幕方向对应的window.orientation值: ipad: 90 或 -90 横屏 ipad: 0 或180 竖屏 Andri 阅读全文
posted @ 2017-11-30 19:42 Shimily 阅读(1127) 评论(0) 推荐(0) 编辑
摘要:方法1: 先在外部终端清空node-modules目录,包括隐藏文件,再打开Webstorm,打开Project Structure页面,选中工程,选择node_modules目录(没有的话自己先新建一个空目录),然后点击上面的 Mark as Excluded,保存后再安装模块。 方法2: 对比修 阅读全文
posted @ 2017-11-16 09:32 Shimily 阅读(2725) 评论(0) 推荐(0) 编辑
摘要:游戏引擎白鹭 https://www.egret.com/ http://developer.egret.com/cn/ http://developer.egret.com/cn/example/page/index#010-disp-basic 阅读全文
posted @ 2017-05-27 15:27 Shimily 阅读(120) 评论(0) 推荐(0) 编辑
摘要:jQuery在使用grunt,bootstrap在使用grunt,百度UEditor在使用grunt,你没有理由不学、不用!1. 前言 各位web前端开发人员,如果你现在还不知道grunt或者听说过、但是不会熟练使用grunt,那你就真的真的真的out了(三个“真的”重复,表 示重点)。至于g... 阅读全文
posted @ 2015-11-27 14:42 Shimily 阅读(204) 评论(0) 推荐(0) 编辑
摘要:window.onload=function(){ $(window).bind("scroll",scrollFun);}var state=false;function scrollFun(){ var Height = $(".video").offset().top; v... 阅读全文
posted @ 2015-08-14 10:48 Shimily 阅读(671) 评论(0) 推荐(0) 编辑
摘要:html: js函数封装:function imgShow(ele){ var i=-1; var len=ele.children("img").length; functio... 阅读全文
posted @ 2015-08-14 10:45 Shimily 阅读(512) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/58top/archive/2012/08/03/2622060.html好的网站设计需要有好的效果技巧组合,无论你是一个自由者,设计师,要想使网站效果突出,绚丽,jquery是你一个不二的选择,利用jQuery,你可以很容易地创建自己的图像幻灯片,UI... 阅读全文
posted @ 2015-05-28 11:46 Shimily 阅读(187) 评论(0) 推荐(0) 编辑
摘要:http://www.my97.net/dp/demo/ 日期插件 演示地址:http://www.my97.net/dp/demo/resource/2.1.asp 选择日期:(周末高亮) 选... 阅读全文
posted @ 2015-05-26 17:11 Shimily 阅读(238) 评论(0) 推荐(0) 编辑
摘要:http://demo.jb51.net/js/2011/artDialog/_doc/labs.html摇头效果类似与wordpress登录失败后登录框可爱的左右晃动效果/ 2011-07-17 更新artDialog.fn.shake = function (){ var style = ... 阅读全文
posted @ 2015-05-15 11:16 Shimily 阅读(386) 评论(0) 推荐(0) 编辑
摘要:http://touch.code.baidu.com/ http://touch.code.baidu.com/examples.html 下载:http://touch.code.baidu.com/touch-0.2.14.min.js 说明文档:http://cloudajs.org/doc 阅读全文
posted @ 2015-04-28 21:29 Shimily 阅读(588) 评论(0) 推荐(0) 编辑
摘要:原文地址:http://www.cnblogs.com/58top/archive/2012/08/03/2622060.htmlTN3 Gallery – jQuery Slider and Image GalleryTake a Tour下载Easy Slider 1.7 – Numeric N... 阅读全文
posted @ 2015-04-27 10:48 Shimily 阅读(471) 评论(0) 推荐(0) 编辑
摘要:SuperScrollorama 由 TweenMax 和 Greensock 补间引擎提供动力。第一,链接到jQuery CDN ,然后嵌入 TweenMax.js 和 SuperScrollorama。下一步,启动 SuperScrollorama。把它作为一种控制器的动画。你添加补间和时间表,... 阅读全文
posted @ 2015-04-26 10:57 Shimily 阅读(524) 评论(0) 推荐(0) 编辑
摘要:方法一:【适用于PC端】 label方式提示:方便设置提示的颜色和输入时的颜色。并且可以避免: PC端不支持Css3里的placeholder属性的浏览器 表单聚焦失焦 提示自动消失 姓名: 请输入姓名 ... 阅读全文
posted @ 2015-04-23 13:28 Shimily 阅读(1057) 评论(0) 推荐(0) 编辑
摘要:input[type='radio'].taocan{display: none; background: none; border: none; opacity:0; display:inline-block;}label.labtaocan{ margin-top: 1%; padd... 阅读全文
posted @ 2015-04-22 14:34 Shimily 阅读(1558) 评论(0) 推荐(0) 编辑
摘要:http://www.jq22.com/jquery-info236下载地址:http://www.5iweb.com.cn/page-useful-effects/119.html请注意,这是一个功能强大的工具,并且拥有非凡的能力,能力越大责任越大。明智地使用。有点微妙可以走很长的路。SuperS... 阅读全文
posted @ 2015-04-22 14:25 Shimily 阅读(3025) 评论(0) 推荐(0) 编辑
摘要:有时我们看到一些大型网站,页面如果有很多图片的时候,当你滚动到相应的行时,当前行的图片才即时加载的,这样子的话页面在打开只加可视区域的图片,而其它隐藏的图片则不加载,一定程序上加快了页面加载的速度,对于比较长的页面来说,这个方案是比较好的。这里推荐使用jquery图片延迟加载插件jquery.laz... 阅读全文
posted @ 2015-04-22 10:15 Shimily 阅读(399) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示