In XP it contains 5.1,
in Vista 6.0
and in Windows 7 6.1
as you can see here http://msdn.microsoft.com/en-us/library/windows/desktop/ms724834(v=vs.85).aspx.
var ua = navigator.userAgent.toLowerCase(); var isWinXP = ua.indexOf('windows nt 5.1') > 0;
'퍼블리싱 > jQeury, Javascript' 카테고리의 다른 글
iframe안 요소에 접근하기 (0) | 2015.05.11 |
---|---|
test() method 사용하기 (0) | 2015.05.04 |
IE 8이하버전에서 e.preventDefault()가 안먹힐때 (0) | 2015.04.29 |
Multiline Ellipsis (0) | 2015.04.14 |
이벤트 버블링(Event Bubbling) (0) | 2015.03.27 |