Skip to content

Instantly share code, notes, and snippets.

@ElemarJR
Created November 2, 2012 16:33
Show Gist options
  • Select an option

  • Save ElemarJR/4002476 to your computer and use it in GitHub Desktop.

Select an option

Save ElemarJR/4002476 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>RequireJS demo</title>
<link rel="stylesheet" href="css/toastr.css">
<link rel="stylesheet" href="css/toastr-responsive.css">
</head>
<body>
<button id="incrementButton">Increment</button>
<button id="decrementButton">Decrement</button>
<button id="resetButton">Reset</button>
<ul id="output"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="js/libs/toastr.js"></script>
<script data-main='js/main' src="js/libs/require.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment