DFdou's Blog Life is short,Be yourself.

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>
2505/090

jQuery-Timepickr + Slider + Keypad

1.jQuery.timepickr.js
timepickr
Introduction
jquery.timepickr was created in a attempt to make the process of inputing time in a form as easy and natural as possible.
时间选择器,恩。,。。感觉实际应用不大,而且这个也太龟毛了吧……