THank you very much.

I used pageLoad function for this, because it runs also on partial
postbacks.


On May 21, 6:38 am, steve_f <[EMAIL PROTECTED]> wrote:
> You need to hookup a callback using the ms ajax page request manager
> like so
>
> Sys.WebForms.PageRequestManager.getInstance().add_endRequest(EndRequestHandler);
>
> var EndRequestHandler=function(){
>    ReEnableTooltips();
>
> }
>
> On May 20, 9:36 pm, Gauthier Segay <[EMAIL PROTECTED]> wrote:
>
> > You may need to reattach the tooltip plugin to the dom being
> > refreshed.
>
> > Does your asp.net component support attaching custom javascript on
> > content refresh?
>
> > If it doesn't support that (not very extensible), you may override the
> > default behaviour by "monkey patching" the javascript function being
> > call when update pannel is trigged.
>
> > On May 20, 10:29 pm, vladv <[EMAIL PROTECTED]> wrote:> Does jQuery supposed 
> > to work with asp.net ajax update panel?
> > > I used jQuery tooltip  
> > > :http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/
>
> > > but after the update panel update every tooltip is reset to default
> > > tooltip.
>
> > > how can this be fixed?
>
> > > Thank you

Reply via email to