摘要:等有时间再看吧..http://www.w3cfuns.com/article-760-1.htmlhttp://www.csdn.net/article/2013-02-25/2814245-20-best-front-end-framework
阅读全文
摘要:方法:1.首先在body添加一个标签,在一个页面添加,其它页面也会生效。 2.然后在页脚添加一个链接返回页顶3.JS代码,可以单独写成一个文件,插入到html里 var goto_top_type = -1; var goto_top_itv = 0; function goto_top...
阅读全文
摘要:1.链接到某页2.返回(等同后退)3.打开新网页4.打开无边框的新窗口5.打开新网页同时指向另一页6.打开无边框的新窗口同时指向另一页7.点击按钮弹出确认alert窗口方式一:方式二:
阅读全文
摘要:$(window).scroll(function(){ var offsetTop = 200+$(window).scrollTop()+"px"; $(".onlineQQ").animate({top:offsetTop},{duration:0}); });先定义div posittion为absolute这种方法只是对滚动条上方距离的计算,写得比较简
阅读全文
摘要:1. Real Person jQuery Plugin2. Search And Share3. FancyPlayer – jQuery Fancybox and Flowplayer Integration4. Speeding up Google Analytics load times with jQuery5. Price Format – jQuery Plugin6. jTruncate – Text Truncation for jQuery7. Slide Top Panel – jQuery Plugin8. xLazyLoader9. Side Navigation T
阅读全文
摘要:效果:http://in-sprit.com/kr/content/press/pop_magazine.php?seq=28源文件可以在页面直接下载
阅读全文
摘要:效果图:功能介绍:当点击左按钮或右按钮时,图片会以每四张为一个版块向左或右滚动HTMLCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-- 1 <div class="global_module prolist"> 2 <h3>新...
阅读全文
摘要:类似lightbox的图片弹出效果,只是这个插件我加以修改后,利用弹出层加载页面的效果,使得可以显示视频演示与下载地址:http://www.zhangxinxu.com/study/200908/jQuery-cool-pop-up-effect.html
阅读全文