解決jQuery新舊版本差別的代碼

  在網上下載了日期插件,jQuery版本是1.8.3,換上新版jQuery以後,報錯 Cannot read property 'msie' of undefined 。在網上尋了一些解決方案,我的更喜歡在jQuery以後加載這段js。這是jQuery1.9.0版本以後擴展使用$.browser方法。學習

  寫在這裏,方便之後用到。spa

  (不知道這段js出自何處,僅供本身學習使用)插件

  

jQuery.browser={};(function(){jQuery.browser.msie=false; jQuery.browser.version=0;if(navigator.userAgent.match(/MSIE ([0-9]+)./)){ jQuery.browser.msie=true;jQuery.browser.version=RegExp.$1;}})();
相關文章
相關標籤/搜索