摘要: $("button").click(function(event){ event.stopPropagation(); if($("div").is(':hidden')){ $("div").show() }else{ $("div").hide(); } }) $(document).bind(... 阅读全文
posted @ 2016-05-30 17:54 leestar 阅读(1159) 评论(0) 推荐(0) 编辑