Skip to content

Instantly share code, notes, and snippets.

@letrunghieu
Last active December 4, 2015 04:06
Show Gist options
  • Save letrunghieu/1ffc40a383f45742f399 to your computer and use it in GitHub Desktop.
Save letrunghieu/1ffc40a383f45742f399 to your computer and use it in GitHub Desktop.
See the console for errors
<!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/koto@0.1.6/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