Hi 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");
like this
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
-------------------------------------
I have a requirement that i need to disable datepicker
thats y i used jQuery("#fromDate").datepicker("disable");
but when i revisit that page it is displaying again and again
can any body solve it .,...........