=======以下内容由 菜鸟交流论坛 提供==========
1 2 | < script type = "text/javascript" src = "js/jquery-1.7.2.min.js" ></ script > < script type = "text/javascript" src = "js/test.js" ></ script > |
第一种用法:
<!--可以设置两个不同的广告-->
1 2 3 4 5 6 7 8 9 10 11 | <script type= "text/javascript" > $( function (){ $( ".coupletbox" ).clonefn({ cloneto: false , //是否允许克隆 initial: "top" , //初始位置top或down closeBtn: ".closeBtn" , //关闭按钮 speed:800, //动画速度 zIndex:10000000000000 //层 }); }); |
</script>
<!--对联广告-->
1 2 3 4 5 6 | < div class = "coupletbox" style = "width:150px; height:300px; background:#f00;" > < a href = "#" class = "closeBtn" id = "btnxx" title = "关闭" >×关闭</ a > </ div > < div class = "coupletbox" style = "width:150px; height:300px; background:#f00;" > < a href = "#" class = "closeBtn" id = "btnxx" title = "关闭" >×关闭</ a > </ div > |
<!--End对联广告-->
第二种用法:
<!--一个广告复制到另一边-->
1 2 3 4 5 6 7 8 9 10 11 12 | <script type= "text/javascript" > $( function (){ $( ".coupletbox" ).clonefn({ cloneto: true , //是否允许克隆 initial: "top" , //初始位置top或down closeBtn: ".closeBtn" , //关闭按钮 speed:800, //动画速度 zIndex:10000000000000 //层 }); }); </script> |
<!--对联广告-->
1 2 3 | < div class = "coupletbox" style = "width:150px; height:300px; background:#f00;" > < a href = "#" class = "closeBtn" id = "btnxx" title = "关闭" >×关闭</ a > </ div > |
<!--End对联广告-->
特别申明:
本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com