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