摘要: function customstopPropagation(e){ var ev = e || window.event; if (ev.stopPropagation) { ev.stopPropagation(); $(document).o... 阅读全文
posted @ 2015-01-08 14:45 ICupid 阅读(432) 评论(0) 推荐(0)