YUI 日历,如何像 jQuery UI 日历一样实现它?
使用 jQuery UI,我可以简单地使用 .datePicker()
或类似的方法,它会自动将其附加到文本字段的 focus
和 blur
事件。
我怎样才能用 YUI 日历做到这一点,示例代码会很棒!
谢谢。
With jQuery UI I can simply use .datePicker()
or similar and it will automatically attach it to the focus
and blur
events of a text field.
How can I do this with YUI calendar, sample code would be great!!
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
开始使用该用例的示例代码的最佳位置是:
http:// /developer.yahoo.com/yui/examples/calendar/calccontainer.html
The best place to start with sample code for that use case is here:
http://developer.yahoo.com/yui/examples/calendar/calcontainer.html