<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"});
}
}
大神帮帮忙,瞅瞅哪里写错了
灬紫羽
相关分类