$(document).ready(function() {

$(".tooltip-start a[title]").tooltip({

   // tweak the position
   offset: [290, 0],

   // use the "slide" effect
   effect: 'slide'

// add dynamic plugin with optional configuration for bottom edge
})

});
