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,
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">
>
>
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">
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
4 matches
Mail list logo