IE判定用のステキな正規表現がstackoverflowにあったのでメモっとく。
Impromptu .. with jquery 1.9 – error with browser.msie
// ie var isIE = navigator.userAgent.match(/msie/i); // ie 6 var isIE6 = navigator.userAgent.match(/msie [6]/i); |
2013.07.07 17:32 | 0件のコメント
IE判定用のステキな正規表現がstackoverflowにあったのでメモっとく。
Impromptu .. with jquery 1.9 – error with browser.msie
// ie var isIE = navigator.userAgent.match(/msie/i); // ie 6 var isIE6 = navigator.userAgent.match(/msie [6]/i); |