var ua = navigator.userAgent;
if (ua.match(/msie [6-9]./i)) {
//IE6〜9でやりたい処理を書く
}
IE11では使えない
Go to list of users who liked
More than 5 years have passed since last update.
var ua = navigator.userAgent;
if (ua.match(/msie [6-9]./i)) {
//IE6〜9でやりたい処理を書く
}
IE11では使えない
Register as a new user and use Qiita more conveniently
Go to list of users who liked