[jQuery] Re: How to unbind and rebind cluetips plug-in?

2008-09-24 Thread ngadde
caching  the results of the ajax request,   > you can avoid this by setting the  ajaxCache option to true > > --Karl > > > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > On Sep 23, 2008, at 12:00 PM, ngadde wrote: > > > > > > >

[jQuery] How to unbind and rebind cluetips plug-in?

2008-09-23 Thread ngadde
There is any we can unbind all the events and rebind the cluetips events. It's seems to be it's Cacheing url's and its data.when these url data changed dynamiclay it's loading from cacheing url. Thanks