Skip to content

Instantly share code, notes, and snippets.

@AbhishekGhosh
Created July 13, 2013 00:02
Show Gist options
  • Save AbhishekGhosh/5988746 to your computer and use it in GitHub Desktop.
Save AbhishekGhosh/5988746 to your computer and use it in GitHub Desktop.
Example
<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