启用/禁用特定日期
我将从数据库中获取一组日期。我必须只启用 jQuery 日历中的那些日期。我该怎么做?
Possible Duplicate:
Can the jQuery UI Datepicker be made to disable Saturdays and Sundays (and holidays)?
i will get a set of dates from the database. i have to enable only those dates in jQuery calendar. How can i do it ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看这个日期选择器http://davidwalsh.name/jquery-datepicker-disable-days
Check out this datepicker http://davidwalsh.name/jquery-datepicker-disable-days
您可以使用这个 jQuery 插件,它利用 jQuery-UI 的日期选择器
http://balupton .com/sandbox/jquery-sparkle/demo/#eventcalendar
只需查询数据库并返回此格式的 JSON 对象
,然后将其作为选项添加到插件即可:
You could use this jQuery plugin which makes use of jQuery-UI's date picker
http://balupton.com/sandbox/jquery-sparkle/demo/#eventcalendar
Just query your database and return a JSON object in this format
then just add it as an option to the plugin: