Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 jquery ui datepicker() 是透明的,不显示任何月份或年份。需要一些带有月份和年份搜索选项的优秀CSS。
$(".datepicker").datepicker();
从 jquery 站点下载 jquery-ui-1.10.2.custom.css 并将其包含在页面中。
<link href="jquery-ui-1.10.2.custom.css" rel="stylesheet" type="text/css" />