How can I use jQuery UI to display an always-visible datepicker widget?
It's simple. Keep your jQuery code, but assign it to a instead of an input box. Date: A functional example lives at the jQuery UI webpage for the datepicker widget, and I've also included one below. $(function() { $("#datepicker").datepicker(); }); 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
instead of an input box. Date: A functional example lives at the jQuery UI webpage for the datepicker widget, and I've also included one below. $(function() { $("#datepicker").datepicker(); }); 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
Date:
A functional example lives at the jQuery UI webpage for the datepicker widget, and I've also included one below.
$(function() { $("#datepicker").datepicker(); });