如何在链接点击时显示jquery datepicker?
我需要在链接点击上显示 jQuery UI 日期选择器,而且当选择日期时将链接文本更改为该日期,我该怎么做?
I need to show jQuery UI datepicker on link click, also when a date is picked change link text to this date, how can I do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
jQuery UI 日期选择器 应该可以完成这项工作。
查看使用图标触发选择器的示例:
http://jqueryui.com/demos/datepicker/#icon-trigger
您可以还可以在需要时调用 show() 方法来下拉选择器,例如。
要在选择日期后更改链接文本,请在初始化代码中使用类似以下内容:
jQuery UI date picker should do the job.
Check out the example using an icon to trigger the picker:
http://jqueryui.com/demos/datepicker/#icon-trigger
You can also call the show() method to drop down the picker whenever you need to, e.g...
To change the link text after a date is selected, use something like this in initialization code:
这对我有用。需要 jquery-ui .ls 和 .css。
This worked for me. Needs jquery-ui .ls and .css.
好吧,也许在这篇文章中回复已经太晚了,但这里有一个很好的来自 Andrew 的解决方案在类似的线程中, 2015 年有效。
简而言之,您需要将隐藏输入放在链接和空 div 之后。最后一个就可以了。
此外,不需要链接点击事件。
Well, may be it's to late to reply in this post, but here is a great solution from Andrew in a similar thread, which works in 2015.
In a few words you need to put hidden input right after link and an empty div. The last one will do the trick.
Besides, there will no need in link click event.
这对我有用:
This worked for me :
萨拉姆
我发现了这个解决方案:
并且工作正常。
您忠诚的。
阿里雷萨·巴尔瓦迪
Salam
I discover this solotion :
And work properly.
Sincerely yours.
Alireza Balvardi