<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"}); } }大神帮帮忙,瞅瞅哪里写错了
添加回答
举报
0/150
提交
取消