您好,欢迎来到爱娱乐。
搜索
您的当前位置:首页锋利的jQuery第三章章节总结的例子_jquery

锋利的jQuery第三章章节总结的例子_jquery

来源:爱娱乐
 代码如下:








  • var x = 10;
    var y = 10;
    $("a.tooltip").mouseover(function (e) {
    this.myTitle = this.title;
    this.title = "";
    this.imgTitle = this.myTitle ? this.myTitle : "无title";
    var tooltip = "" + this.imgTitle + ""
    $("body").append(tooltip);
    $("#tooltip").css({
    "top": +(e.pageY + y) + "px",
    "left": +(e.pageX + x) + "px"
    }).show("fast");
    }).mouseout(function () {
    $("#tooltip").remove();
    this.title = this.myTitle;
    })

    Copyright © 2019- avor.cn 版权所有

    违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com

    本站由北京市万商天勤律师事务所王兴未律师提供法律服务