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 .,...........



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to