$(document).ready(function() {
    $('table [title]').colorTip({ color: 'yellow' });
});
