Skip to content

Instantly share code, notes, and snippets.

@ryanramage
Created April 25, 2013 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanramage/5462864 to your computer and use it in GitHub Desktop.
Save ryanramage/5462864 to your computer and use it in GitHub Desktop.
simple jam based index
<doctype html>
<html>
<div id="thing">
</div>
<script type="text/javascript" src="jam/require.js"></script>
<script type="text/javascript">
require(['jquery'], function($){
$('#thing').html('dsasad')
});
</script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment