Simply beautiful way to detect IE version
I just stumbled upon a neat javascript snippet that will detect the current version of Internet Explorer in the most simple and yet very cool way. // — — — — — — — — — — — — — — — — — — — - // If you’re not in IE (or IE version is less than 5) then: // ie === undefined // If you’re in IE (>5) then you can determine […]

