监听页面点击
摘要://任意位置 $(document).ready(function(){ $(document).click(function(){ $("#id_").hide(); }); }); //是否获得焦点: if($("#mybtn").is(":focus")){ doSomethingHere()...
阅读全文
posted @ 2017-08-25 19:26
posted @ 2017-08-25 19:26
posted @ 2017-08-07 10:02