<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"});? ? ? ? }? ? }大神幫幫忙,瞅瞅哪里寫錯(cuò)了
下拉菜單為啥在火狐中沒(méi)反應(yīng)
薏苡x
2017-07-11 14:24:12