IE ALERT $('.ie').addClass('ie-additional-" /> IE ALERT $('.ie').addClass('ie-additional-" /> IE ALERT $('.ie').addClass('ie-additional-"/>

Add Class on commented code or conditional code

66 views Asked by At

Is possible manage conditional code by jQuery or javascript

<!--[if IE]>
<div class="ie">IE ALERT</div>
<![endif]-->

$('.ie').addClass('ie-additional-class');

The jsfiddle here.

0

There are 0 answers