时间:2021-07-01 10:21:17 帮助过:36人阅读
提示1.
提示2.
自带提示1.
自带提示2.
$(function(){
$(".tooltip").mouseenter(function(e){
this.mytitle=this.title
this.title=""
var a="
心得体会:
不要在p标签下追加div元素,会出现一个大的偏差值!
原来!this和$("this")是有所不同,如果上文this.title改写成$("this").attr("title")会导致下面的mouseout事件无法访问保存下来的title。
希望本文所述对大家的jQuery程序设计有所帮助。