$(document).ready(function(){
  $(".previewLink").tooltip({
    //delay: 0,
    showURL: false,
    extraClass: "pretty",
    bodyHandler: function(){
      return $(this).attr("preview")
    }
  });
});
