Mootools DatePicker 独立版
我在使用 Mootools DatePicker 时遇到问题。
当我使用独立版本时(无需单击即可显示 datePicker ,它会显示一个空框)
这是我到目前为止所拥有的:
如您所见,如果您在输入内部单击,日期显示正确,但 onLoad 它只显示一个空框。
知道我做错了什么吗?
谢谢
I have a problem using the Mootools DatePicker .
When i use the standalone version (no clicks needed to show the datePicker , it show an empty box)
Here is what i have until now :
As you can see if you click inside the input the date show's correctly but onLoad it just show an empty box .
Any idea of what I'm doing wrong ?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它可以通过调用 focus() 来解决,虽然不太漂亮,但它可以完成工作。
我添加了我现在正在使用的解决方案..如果有人想改进它,欢迎您:
http://jsfiddle .net/PcHkD/12/
我仍然需要修复两个日历之间的位置
It can be solved by calling a focus() not pretty but it does the job .
I added the solution I'm using now .. if someone wants to improve it you are welcome :
http://jsfiddle.net/PcHkD/12/
I still need to fix the positions between the 2 calendars