Scrolling time picker
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/ScrollingTimePicker
软件介绍
This is another time picking widget, but with a different approach. Instead of popping up easy selection menus or creating multiple select-boxes, it allows a user to drag up and down upon it, changing its values in a matter which somehow resembles adjusting an analog clock.
The plugin is launched in a very similar matter to Jason Huck's timepicker, in that when you have an input element like this:<input class="time" type="text" name="start" id="start" />
It could be converted to a scrolling timepicker, like this:$('input.time').stimepicker();
Pro JavaScript Design Patterns
Dustin Diaz、Ross Harmes / Apress / 2007-12-16 / USD 44.99
As a web developer, you’ll already know that JavaScript™ is a powerful language, allowing you to add an impressive array of dynamic functionality to otherwise static web sites. But there is more power......一起来看看 《Pro JavaScript Design Patterns》 这本书的介绍吧!
