3 lines
No EOL
78 B
JavaScript
3 lines
No EOL
78 B
JavaScript
if ($.browser.msie && $.browser.version <= 10) {
|
|
$("html").addClass("ie");
|
|
} |