11 2014 档案

摘要:jquery1.9以前$.browser.msiejquery1.9更高版本$.browser.msie = /msie/.test(navigator.userAgent.toLowerCase()); //其实不靠谱IE11就获取不到,并且也不能判断是否使用了IE内核的浏览器,比如QQ浏览器推荐... 阅读全文
posted @ 2014-11-28 15:19 Loui 阅读(578) 评论(0) 推荐(0)
摘要:Interceptors (EF6.1 Onwards)Starting with EF6.1 you can register interceptors in the config file. Interceptors allow you to run additional logic when ... 阅读全文
posted @ 2014-11-18 16:31 Loui 阅读(2213) 评论(0) 推荐(0)