You can read the xml document like this
$.get("data.xml",null,function(xmlDoc){
  // xmlDoc is a xml document object
  // you can read data by xmlDoc.document.getElementsByTagName('para') etc..
  // and you can use the jquery tool tip plugin to generate tooltip
},'xml')

tooltip plugin url http://docs.jquery.com/Plugins/Tooltip

On Fri, Oct 3, 2008 at 11:34 PM, jampov <[EMAIL PROTECTED]> wrote:

>
> 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.
>

Reply via email to