$(document).ready(function(){
    $(".tooltip-click-top-250").tooltip({
        bodyHandler: function() {
            return $(this).children("span").html();
        },
        showURL: false,
        positionLeft: true,
        top:-35,
        left:0,
        opacity:1
    });
});
