[jQuery] JDate picker image comes again and again
Thanks every body
---------------
In my application we are using the JQuery datepicker
and we are calling
the function
jQuery("#fromDate").datepicker({
showOn: "button",
buttonImage: "/TCSFramework/images/icon.gif",
buttonImageOnly: true ,
dateFormat: gPreferences.dateFormat
}).addClass("embed");
to show the date picker
i am disabling it with
jQuery("#fromDate").datepicker("disable");
but problem is when i revisit that page it is adding the image again
and again
how can i solve it.
Actually i am a newbie to JQery datePicker
thanks once again for reply.