评论:jQuery淘宝商品图大小图切换  [查看原文]

所属分类:媒体-图片展示,图像

 66334  600  41
当前第2页 / 共2页
    仰望求道0
    2016/11/8 18:11:22
    -果冻--0
    2016/6/20 11:06:43
    将CSS和JS写到外部去引进来,IE出现兼容问题!!!! 回复
    小QQ0
    2016/6/14 20:06:03
    不错不错,兼容性改改 就能用了  省着自己写了 回复
    CD.0
    2016/5/7 8:05:47
    有bug 自动返回初始效果
        陈志伟0
        2016/9/1 11:09:32
        解决了没
        技术部-何承怡0
        2016/9/2 11:09:49
        对啊,怎么解决?
        技术部-何承怡1
        2016/9/2 11:09:13
        $("#imageMenu li img").bind("click",
        function() {
            if ($(this).attr("id") != "onlickImg") {
                midChange($(this).attr("src").replace("small", "big"));
                $("#imageMenu li").removeAttr("id");
                $(this).parent().attr("id", "onlickImg");
            }
        }).bind("mouseover",
        function() {
            if ($(this).attr("id") != "onlickImg") {
                window.clearTimeout(midChangeHandler);
                midChange($(this).attr("src").replace("small", "big"));
                $(this).css({
                    "border": "3px solid #959595"
                });
         	//加上这两行就可以了
                $("#imageMenu li").removeAttr("id");
                $(this).parent().attr("id", "onlickImg");
            }
        朱俊刚0
        2016/10/20 15:10:33
        太感谢你的分享。。。。。。
        7号0
        2017/1/19 16:21:30
        谢谢这个插件的作者和修正bug的大神~~
        我 相信0
        2017/7/22 20:21:30

        谢谢呢

        $("#imageMenu li img").bind("click", function() {
                if ($(this).attr("id") != "onlickImg") {
                    midChange($(this).attr("src").replace("small", "big"));
                    $("#imageMenu li").removeAttr("id");
                    $(this).parent().attr("id", "onlickImg");
                }
            }).bind("mouseover", function() {
                    if ($(this).attr("id") != "onlickImg") {
                        window.clearTimeout(midChangeHandler);
                        midChange($(this).attr("src").replace("small", "big"));
                        $(this).css({
                            "border": "3px solid #959595"
                        });
                        //加上这两行就可以了    
                        $("#imageMenu li").removeAttr("id");
                        $(this).parent().attr("id", "onlickImg");
                    }
    回复
    openks0
    2016/1/8 11:01:10

    IE7左右按钮没用

        婵宝910
        2016/12/14 17:12:17

        亲,IE7你搞定了吗,能不能分享下代码

    回复
    openks0
    2016/1/8 11:01:34

    IE7还不兼容(我换了Jq2.X)

        ?叫我杂先生 ??丶1
        2016/3/19 21:03:13
        JQ 2.0以上的版本是不支持IE8以下的
    回复
    勇敢的心0
    2015/9/16 15:09:15
    10070144480
    2015/9/11 15:09:13

    兼容性不够好,不过改改就好了谢谢楼主劳动成果

    回复
    增值-黄衫-黄冉冉0
    2015/8/25 10:08:51
    西瓜0
    2015/2/25 13:30:55
    直接在demo中改一下图片,已经对应的样式就行了。 回复
    麦伯伦设计客服0
    2015/2/25 11:54:28
    用法在哪里呀,用法在哪里? 回复
    曾是惊鸿照影来0
    2015/1/23 11:40:43
    ANDnotEND0
    2015/1/15 10:09:01
    谢谢分享!!!! 回复

讨论这个项目(41)回答他人问题或分享插件使用方法奖励jQ币 评论用户自律公约

取消回复