UI 1.6rc4 Datepicker issues
Hi,
I was trying some options with the UI 1.6rc4 release. I am not able to
get some options in place. I am using jquery v1.2.6 with the UI
v1.6rc4. Don't know whether they still exists or have been replaced:
1. The clearText option still exists but is no where used in the
Datepicker source file.
2. I tried the nextText and prevText options but still unable to
change the icons of the previous and next links.
Here is a sample code
$("#datepicker").datepicker({
showButtonPanel: true,
clearText: 'Erase',
prevText: '<',
nextText: '>'
});
<input type="text" id="datepicker" />
Please help.