$(document).ready(function()
{
   $('a[href][title]').qtip({
      position: {
         corner: {
            target: 'topRight',
            tooltip: 'bottomLeft'
         }
      },
      style: {
         name: 'dark',
         padding: '8px',
         tip: true
      }
   });
});
