Модифицировано по сообщению shalan.com, попробуйте это:
var config = {
over : function(){ $(this).fadeIn('fast'); }, //appear gradually
out : function(){ $(this).fadeOut('fast'); }, //disappear gradually
timeout : 100 };
$("button[data_toggle='tooltip']").hoverIntent( config );