Hi,
I was wondering if it was possible to update the "inner html" of a
tooltip?

also is it possible to force a tooltip to open when its created? i
have to mouse over to do an ajax load of the inner html, and i have to
do a second mouseover to make it show. Any suggestions are more than
greatly appreciated.

-Werner

 $('#' + gMouseoverBox).tooltip({
        track: true,
        delay: 200,
        showURL: false,
        showBody: " - ",
        extraClass: "pretty",
        fixPNG: true,
        opacity: 1,
        left: 2,
        bodyHandler: function() {

            //Henter ut sist oppdaterte verdi
            return vDynHTMLTip +"</table>";
        }
    });

Reply via email to