我正在使用jquery ui datepicker图标触发器。我想给出图标链接,也就是当鼠标悬停在日历上时,我想要更改光标。我怎么能这样做?
http://jqueryui.com/demos/datepicker/#icon-trigger
my code is as follows:
$( "#datepicker" ).datepicker({
changeMonth: true,
changeYear: true,
yearRange:"-90:+0",
showOn: "both",
buttonImage: "images/calendar.gif", //my gif is here
buttonImageOnly: true
});
答案 0 :(得分:0)