[jQuery] Re: tooltips not working on content loaded via ajax

2009-09-18 Thread Canadaka
var html = $(response); html.find("a, img").easyTooltip(); $('#'+element).html(html); }, error: function (xhr, desc, exceptionobj) { $('#'+element).html(xhr.responseText); } }); On Sep 17, 12:54 am,

[jQuery] Re: tooltips not working on content loaded via ajax

2009-09-17 Thread Canadaka
BUMP, anyone ?? On Sep 10, 11:52 pm, Canadaka wrote: > thanks for the response, I'm not sure how I can use live() > Here is a snippit of the javascript in question. > > > test a> > > http://ajax.googleapis.com/ajax/</a> > libs/jquery/1.3.2/jquery.min.js"> > >

[jQuery] Re: tooltips not working on content loaded via ajax

2009-09-10 Thread Canadaka
thanks for the response, I'm not sure how I can use live() Here is a snippit of the javascript in question. test http://ajax.googleapis.com/ajax/ libs/jquery/1.3.2/jquery.min.js">

[jQuery] tooltips not working on content loaded via ajax

2009-09-09 Thread Canadaka
I have some simple tooltips on my site that load the content of the "title" tag into the tooltip. I am currently using this plugin http://cssglobe.com/post/4380/easy-tooltip--jquery-plugin but I have tried several others. They all work fine for static elements, but the main content of my pages ar