下拉菜单为啥在火狐中没反应

<script>

    $(document).ready(function () {

        $(document).click(function () {

            $(".fadeInLeft").css({"display": "none", "right": "45px"});

        });

        $(".fadeInLeft").click(function (event) {

            event.stopPropagation();

        });

    });

    function fadeInLeft() {

        event.stopPropagation();

        if ($(".fadeInLeft").css("display") != "block") {

            $(".fadeInLeft").css({"display": "block", "opacity": "0"});

            $(".fadeInLeft").animate({"opacity": "1", "right": "45px"}, "1500");

        }

        else {

            setTimeout('$(".fadeInLeft").css({"display": "none", "right": "45px"})',50);

//            $(".fadeInLeft").css({"display": "none", "right": "45px"});

        }

    }

大神帮帮忙,瞅瞅哪里写错了

薏苡x
浏览 2263回答 1
1回答

灬紫羽

浏览器兼容问题
打开App,查看更多内容
随时随地看视频慕课网APP