$(document).ready( function() {
  $('.bubble').tooltip({
    track: true,
    delay: 0,
    showURL: false,
    fade: 250
  });
});
