1、引入以下的js和css文件
1 2 | < script src = "jquery.min.js" ></ script > < script src = "jquery.lettering.js" ></ script > |
2、在head标签中加入以下js代码
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | < script > // DOM Ready $(function() { $("#poster h1, #poster p").lettering(); $("#poster p span").each(function() { $(this).css({ top: -(Math.floor(Math.random() * 1001) + 1500), left: Math.floor(Math.random() * 1001) - 500, }); }); setTimeout(function() { $('html').addClass("step-one"); }, 1000); setTimeout(function() { $('html').addClass("step-two"); }, 3000); }); </ script > |
3、在body标签中加入以下格式的html代码
1 2 3 4 5 6 7 8 9 10 11 | < div id = "poster" > < h1 > jquery插件库 </ h1 > < p > Coming 2011 </ p > </ div > |
3、有关的css样式也很重要,请参照网盘下载包中的源码,简洁易懂。
特别申明:
本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com