$(document).ready(function() {
    $("span[class=hintword]").tooltip({position: "bottom right"});
});

