Last active
December 4, 2015 04:06
-
-
Save letrunghieu/1ffc40a383f45742f399 to your computer and use it in GitHub Desktop.
See the console for errors
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | |
<title>See the console</title> | |
<!-- Bootstrap --> | |
<link href="/assets/css/application.css" rel="stylesheet"> | |
</head> | |
<body> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script> | |
<script src="https://npmcdn.com/[email protected]/dist/koto.js"></script> | |
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script> | |
<script type="application/javascript"> | |
jQuery(document).ready(function($){ | |
alert('jQuery is loaded!'); | |
}); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment