jQuery: The Write Less, Do More JavaScript Library

jquery.tooltip.show(); / tooltip.update?

View: New views
1 Messages — Rating Filter:   Alert me  

jquery.tooltip.show(); / tooltip.update?

by Yell0w :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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>";
        }
    });