Skip to content Skip to sidebar Skip to footer

Hide Javascript Code To Older Browser

Well I think this is kinda dumb but, I wonder if there's any way to hide Javascript code from older browsers without affecting the code for modern browsers. Yes I know there's the

Solution 1:

<script>
<!--
    Your code here
//-->
</script>

Post a Comment for "Hide Javascript Code To Older Browser"