I cannot get the buttonimage for the uidatepicker plugin for jquery to work:
$( "#datepicker" ).datepicker(
{
dateFormat: 'dd-mm-yy',
buttonImage: "/images/calendar.gif",
}
);
I have the image in the right location (in a subdirectory named images)…what am I doing wrong?
Here is the link:
http://dev.speechlink.co.uk/David/sixthiteration/performanceanalysis.php
Add
showOn: "both"andbuttonImageOnly: trueto stop the image looking like a button.