老天尊的死期
2013年4月15日 星期一
用jQuery測試瀏覽器是否為IE7
How to detect IE7 with jQuery?
http://stackoverflow.com/questions/3165489/how-to-detect-ie7-with-jquery
if ($.browser.msie && parseInt($.browser.version, 10) === 7) {
alert('IE7');
} else {
alert('Non IE7');
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言