TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Timepicker for jQuery inspired by Google Calendar

123 点作者 heyjonboy超过 13 年前

11 条评论

jbail超过 13 年前
I'm sure its nice on a desktop, but it's unusable on a phone. It's probably not your intended audience, so good effort nonetheless.<p>I think in the not-to-distant-future, especially as mobile browsing overtakes desktop browsing, its going to be a prerequisite that plugins/widgets work on both screens. As people evaluate whether or not to use a plugin, this will quickly become a deciding factor.<p>Again, not a critique of this plugin. Just a thought I had while looking at this and being kind of sad that I couldn't really experience the demos on my phone.
评论 #3338273 未加载
评论 #3336884 未加载
robinwarren超过 13 年前
Very nice. One suggestion, it'd be nice if the selection/options updated as you typed. ie typing 06 scrolled to show 06:00, 06:15 etc. or filtered the possible options to only show those matching /06/.
ricardobeat超过 13 年前
I don't see the difference between this and a &#60;select&#62; element, except that the latter looks much better and works cross-platform. It doesn't offer any new functionality like auto-complete or validation. Am I missing something?
评论 #3339672 未加载
joelhaasnoot超过 13 年前
My app uses a lot of these: I generally hand generate them however due to the range always changing.<p>From an astetics standpoint, when I have two times I personally like a slider with two handles. in GCal I'm always dragging my apointments longer and shorter in the overview, not in the details. My "solution" is to use two select boxes with the times, and then use this plugin to convert it to a slider: <a href="http://www.filamentgroup.com/lab/update_jquery_ui_slider_from_a_select_element_now_with_aria_support/" rel="nofollow">http://www.filamentgroup.com/lab/update_jquery_ui_slider_fro...</a>
coreymaass超过 13 年前
I like it, but similar to others, it doesn't limit the input to the selections. From a UE standpoint, I found it a problem that I could type in abcd, and that's not a valid time.
Osiris超过 13 年前
I like the very clean design. I get annoyed with some of the flashy plugins that have tons of options, get really complicated, and are 10's of KB in size. This one is simple and clean. Well done.<p>One a site note... for the duration example, is it possible to make columns to line up the time and duration in columns rather than just with spaces? I have some auto-suggest code where I'd like to make two columns that are aligned rather than just with spaces.
评论 #3338279 未加载
sleepyhead超过 13 年前
Very similar to this: <a href="http://labs.perifer.se/timedatepicker/" rel="nofollow">http://labs.perifer.se/timedatepicker/</a>
13rules超过 13 年前
Love this! I have a calendar text field / dropdown that I built in YUI that works similarly ... this is a perfect addition to that instead of the dropdown I am using now for the time field.
moondowner超过 13 年前
I've been using it on several occasions, it's a tiny JS and CSS file and it's pretty simple for configuration too.
swah超过 13 年前
I got a very simple scrollbar hourpicker, I can't remember seeing something similar on Google Calendar..
jedmund超过 13 年前
This is exactly what I needed for a side-project I'm working on for my mom. Thanks!