Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(6)
这里有一些很好的功能:
http://dev.jtsage.com/jQM-DateBox/
Here's one that has some good capabilities:
http://dev.jtsage.com/jQM-DateBox/
有一个实验日历。我使用成功了。
看看这里:
http://jquerymobile.com/test/experiments/ui-datepicker/
There is an experimental calendar. I used it successfully.
Take a look here:
http://jquerymobile.com/test/experiments/ui-datepicker/
我正在开发 PhoneGap 应用程序以及我需要日期选择器/日历功能的位置:
基本上在您的页面上添加algon 以及 jQuery Mobile 的 CSS 和 JavaScript 代码:
最重要的是:
另外,如果您不想弹出窗口,您可以将其设为静态。
I am developing a PhoneGap application and where I need datepicker/calender capabilities:
Basically on your page you add algon with CSS and JavaScript code for jQuery Mobile:
Most importantly:
Also, if you don't want a popup, you can make it static.
对于日历视图,请查看日历控件
它可以使用或不使用日期和时间旋转器(仅可以使用日历)。如果您正在寻找的话,它还集成了 jQuery Mobile 主题。
For a calendar view take a look at the Calendar Control
It works with or without date and time spinners (calendar only is possible). It also integrates with jQuery Mobile Themes, if you're looking for that.
当我搜索在移动设备上使用的日期选择器时,我找到了一个(通过 stackoverflow:https://stackoverflow.com/ a/3023446/2100636),适用于 jQuery 和 ui 主题。我将这个问题添加为答案,因为它植根于功能的理念,因此可能值得考虑。它具有我在其他选择器中没有看到的选项,我认为我可以很好地将它融入到响应式/移动设计中。如果我最终使用它,我会更新我的进度。
从他们的网站 http://www.ama3.com/anytime/ 中,以下描述总结它比我能做得更好。它还获得知识共享许可。
While I was searching for a date picker to use on a mobile devices, I found one (via stackoverflow: https://stackoverflow.com/a/3023446/2100636) that works with jQuery and ui theming. I am adding this one as an answer because it may be good to consider because it's rooted in the idea of functionality. It has options I didn't see with other pickers, and I think I can incorporate it into a responsive/mobile design pretty well. I'll update with my progress if I end up using it.
From their website, http://www.ama3.com/anytime/, the description below sums it up better than I can. It's also licensed under Creative Commons.
http://dev.jtsage.com/jQM-DateBox/
DateBox 非常整洁,对于那些仍在寻找的人来说效果很好。
http://dev.jtsage.com/jQM-DateBox/
The DateBox is very neat and works well for those still looking.