[jQuery] ToolTip Bassistance insert external information
Hello.
I want to know if it is possible to insert external information in the
tooltip, for example, from XML.
I that by means of the function of jQuery "$get" or "$post" I can read
a file XML or part of he, of the following way.
$.get ("data.xml", function (xml) {
…
}
How to implement it with the tooltip?
Can someone of you orientate me or to give me some idea?
Thank you very much.
P.D.: Forgive my horrible english language.