Created
July 13, 2013 00:02
-
-
Save AbhishekGhosh/5988746 to your computer and use it in GitHub Desktop.
Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script language=javascript> | |
if(screen.Width>800) | |
{ | |
document.write("<script src='big.js' language=javascript><\/script>"); | |
} | |
else | |
{ | |
document.write("<script src='small.js' language=javascript><\/script>"); | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment