hi,
I want dynamically load the content of a webpage as a tooltip using jquery.Is there any jquery plugging or mechanism to do it?
Thank in advance!
hi,
I want dynamically load the content of a webpage as a tooltip using jquery.Is there any jquery plugging or mechanism to do it?
Thank in advance!
You can use load
function of jQuery library. See reference here. As well you can find an examples on same page.