views:

21

answers:

1

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!

A: 

You can use load function of jQuery library. See reference here. As well you can find an examples on same page.

Artem Barger