2014年1月2日

摘要: http://www.jb51.net/css/56296.html 阅读全文
posted @ 2014-01-02 14:17 hxl2009 阅读(217) 评论(0) 推荐(0) 编辑
 
摘要: 1 $(document).ready(function(){ 2 $("#rightNav").click(function(){ 3 $("#rightNav ul").toggle(); 4 }) 5 6 $("html").click(function(e){ 7 console.info( $(e.target).attr("class")); 8 if( $(e.target).attr("class") !=... 阅读全文
posted @ 2014-01-02 14:03 hxl2009 阅读(461) 评论(0) 推荐(0) 编辑