date picker not showing calendar image

date picker not showing calendar image

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