2306/091
jQuery-Slider Plugins
来自http://cssglobe.com/post/3783/jquery-plugin-easy-image-or-content-slider
Learned from http://cssglobe.com/post/3783/jquery-plugin-easy-image-or-content-slider
本地Demo地址:http://nwhy.org/nwhy/jsdemo/slider.html
使用很简单,HTML部分代码如下:
<script type="text/javascript" src="/js/jquery.js"></script>
<script type="text/javascript" src="/js/easySlider.js"></script>
$(document).ready(function(){
$("#slider").easySlider();
});
<div id="slider">
<ul>
<li>content here...</li>
<li>content here...</li>
<li>content here...</li>
...
</ul>
</div>
再来点CSS:
#slider ul, #slider li{
margin:0;
padding:0;
list-style:none;
}
#slider, #slider li{
width:500px;
height:200px;
overflow:hidden;
}
span#prevBtn{}
span#nextBtn{}
还有就是按钮:
<span id="prevId"><a href="javascript:void(0);">Previous</a></span> <span id="nextBtn"><a href="javascript:void(0);">Next</a></span>
本地Demo中写了个背景图,这个反正自由更改~
OK,这个插件就是这样简单,里边的内容可以是div,也可以是li,or 其他你想放的标签,使用愉快,bye~
Some Related Posts
- 2009/05/25 -- jQuery-Timepickr + Slider + Keypad (0)
- 2009/10/22 -- jQuery Plugins-SimpleModal弹窗插件 (0)
- 2009/06/03 -- jQuery-Drop Down Menu Effect With jQuery & CSS (0)
- 2009/04/10 -- jQuery Plugins-jqModal 弹窗插件 (1)
- 2009/03/09 -- jQuery Plugins-ListNav 列表导航插件 (1)
- 2009/01/08 -- jQuery动画-基于each(fn)的小应用 (2)
- 2009/09/23 -- jQuery Plugins-Lazy Load (0)
- 2009/07/14 -- jQuery Plugins-jLook & niceForm (1)
- 2009/07/06 -- WordPress-一些奇怪的错误Some Special Error (1)
- 2009/06/19 -- 介绍下WordPress (1)
Tag: jQuery, Plugins, Slider
Leave a comment
听说你要找我?
- QQ:104357575
- Gmail:k5angle9527@gmail.com
Categories
- AIR+FB+AS3 (169)
- Android (28)
- Demo (78)
- fDEV (3)
- Flash AS2 (66)
- Game (22)
- iPhone (1)
- jQuery (14)
- Others (95)
- PHP (43)
- Wordpress (60)
Recent Comments
- Anonymous says under Discuz!验证码总是错误:wuwu :xizao :wuwu :wenhao :touxiang :shuaya ...
- Anonymous says under 有关Flash 8 Video Encoder无法启动的问题:chaocai :shengtian 高级感谢~~~我找了一个晚上了,嗨哭命呀! 不过幸好...
- DFdou says under AS3-留言板(GuestBook)更新@DFdou, :leilei 这样啊,thx 哦
- lightoy says under AS3-留言板(GuestBook)更新@DFdou, a...不要把amfphp里面的.htaccess文件上传即可~_!
- Anonymous says under Android-ListView用法:zhuang
- DFdou says under AS3-留言板(GuestBook)更新@Lightoy, amfphp和.htaccess不会有冲突啊
- DFdou says under GAME-NamePK 基于MD5的名字PK(上)@, 随意~~
- Anonymous says under jQuery-each(fn)的使用:loveu :leilei :kua
- Lightoy says under AS3-留言板(GuestBook)更新hi,你好,因为wordpress生成的.htaccess文件导致测试amfphp时产生了500 I...
- Anonymous says under GAME-NamePK 基于MD5的名字PK(上):shengtian 博主我可以弄走做个养成pk游戏么?
Blogroll
Archive
- August 2010 (3)
- July 2010 (3)
- June 2010 (3)
- May 2010 (4)
- April 2010 (4)
- March 2010 (8)
- February 2010 (13)
- January 2010 (9)
- December 2009 (19)
- November 2009 (23)
- October 2009 (17)
- September 2009 (22)
- August 2009 (13)
- July 2009 (20)
- June 2009 (18)
- May 2009 (18)
- April 2009 (29)
- March 2009 (31)
- February 2009 (46)
- January 2009 (37)
- December 2008 (16)
- November 2008 (12)
- October 2008 (21)
- September 2008 (10)
- August 2008 (12)
- July 2008 (14)
- June 2008 (8)
- May 2008 (11)
June 24th, 2009 - 09:37
Pretty nice post. I just found your site and wanted to say
that I have really enjoyed browsing your blog posts. Any way
I’ll be subscribing to your blog and I hope you post again soon!
[Reply]