navyxie / jquery-advertisement

jquery广告图片轮播

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jquery-advertisement

基于jquery的广告图片轮播,支持水平方向和垂直方向

demo:

<title>Advertisement</title> <script type="text/javascript" src="public/js/jquery.js"></script> <script type="text/javascript" src="public/js/jquery.advertisement.js"></script> <style type="text/css"> *{ margin: 0; padding: 0; } img{ border: none; } #wrapper{ width: 300px; height: 250px; background: blue; margin: 20px auto; overflow: hidden; } #content{ width: 100%; } #content .list{ width: 100%; height: 250px; overflow: hidden; } </style>
<script type="text/javascript"> new NAVY.Advertisement('.list','#content','#wrapper',{direction:'horizontal'}); </script>

About

jquery广告图片轮播


Languages

Language:JavaScript 100.0%