$(document).ready(function(){
  $("a, input").tooltip({
    track: true,
    showURL: false,
    delay: 100,
    showBody: "::",
    opacity: 0.85
  });
});
