1
我正在使用jquery ui datepicker圖標觸發器。我想給圖標鏈接,也就是當鼠標在日曆上方時,我想要更改光標。我怎樣才能做到這一點?給予鏈接到datepicker圖標gif
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
});