datepicker - 通过单击 href 标签打开弹出窗口
我想知道如何从链接调用日期选择器脚本,例如
<div id="datepicker_popup"><a href="#">Choose Date</a></div>
并将所选日期提交到 PHP 页面。 有任何想法吗? 谢谢克里斯
I wonder how I can call the datepicker script from a link, something like
<div id="datepicker_popup"><a href="#">Choose Date</a></div>
and submit the chosen date to a PHP page. Any ideas? Thanx, chris
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 css 将文本框格式化为看起来像普通链接。 这样你就不需要玩那么多了? :)
You could use css to format the textbox to look like a normal link. That way you'd not need to play about with it that much? :)
我建议使用 Jquery datepicker
I would suggest using Jquery datepicker