$(this).attr('title','');
要么@H_404_5@
$(this).removeAttr('title');
我想知道是否可能只是隐藏工具提示出现而不是删除标题属性?@H_404_5@
谢谢!@H_404_5@
$(this).data("title",$(this).attr("title")).removeAttr("title");