date picker not showing calendar image
Here is my code:
- $( "#datepicker" ).datepicker({
- showOn: "button",
- buttonImage: "images/calendar.gif",
- buttonImageOnly: true,
- buttonText: "Select date"
- });
In the working directory, there is an images folder, then a file called this. Why isn't this image showing up?