DatePicker Puts Text On Button Instead Of Image
jquery UI date picker puts a text on top of a button instead of the image which I attempt to link to in the Jquery. This occurs on submit and when IE 8 is in compatibility mode.
Solution 1:
set buttonImageOnly to true...
buttonImageOnly: true
That did it!
Post a Comment for "DatePicker Puts Text On Button Instead Of Image"