Skip to content

Instantly share code, notes, and snippets.

@shamun
Created October 10, 2011 19:39
Show Gist options
  • Save shamun/1276314 to your computer and use it in GitHub Desktop.
Save shamun/1276314 to your computer and use it in GitHub Desktop.
<html>
<head>
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function()
{
alert('say hello');
});
</script>
</head>
<body>
<div class="module_languageselect">
<div class="fr">
</div>
<div class="en">
</div>
<div class="fire">
</div>
<div class="home">
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment