JQuery 和 Rails 日历插件
Posted
技术标签:
【中文标题】JQuery 和 Rails 日历插件【英文标题】:JQuery and Rails Calendar Plugins 【发布时间】:2012-01-27 14:13:49 【问题描述】:有人对 ruby on rails 应用程序的约会安排日历有经验吗?我应该改用纯 JQuery 插件吗?我正在寻找适合安排约会的东西。
这是我找到的一些资源:
http://dmix.ca/2009/06/weeklybuilder-a-weekly-calendar-plugin-for-rails/ https://github.com/elevation/event_calendar http://railscasts.com/episodes/213-calendars?view=asciicast几个jquery的列表:
http://www.tripwiremagazine.com/2011/10/jquery-calendar-date-pickers.html https://github.com/robmonie/jquery-week-calendar/wiki/【问题讨论】:
【参考方案1】:我建议你看看 FullCalendar http://arshaw.com/fullcalendar/
https://github.com/arshaw/fullcalendar
有据可查,工作正常,可能是最受欢迎的 Google 日历,例如日历。用 jQuery 编写并开源:MIT 或 GPLv2 许可证。
与 Rails 的集成并不难,您可以在这里查看一些示例:
https://github.com/bokmann/rails3_fullcalendar
https://github.com/vinsol/fullcalendar_rails
【讨论】:
【参考方案2】:在我的例子中,答案是用 HTML 构建一个日历,这样点击一个时隙 div 就可以选择时间。用一些 CSS 和 HTML 以及 jQuery 做起来并不难。
【讨论】:
以上是关于JQuery 和 Rails 日历插件的主要内容,如果未能解决你的问题,请参考以下文章