Created
October 10, 2011 19:39
-
-
Save shamun/1276314 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<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