$(function() {

    $("[class$=_imagepop]").tooltip({
        delay: 0,
        track: true,
        showURL: false,
        bodyHandler: function() {
            return $(this).parent().children("div").html();
        }
    });

});


