Tutorial template markup needs a reference to jquery for the ajax calls

from step 13 onwards.
This commit is contained in:
Kit Randel
2013-12-18 15:13:45 +13:00
parent ec1c1d4ace
commit 990e1e4142

View File

@@ -32,6 +32,7 @@ For this tutorial we'll use prebuilt JavaScript files on a CDN. Open up your fav
<title>Hello React</title>
<script src="http://fb.me/react-{{site.react_version}}.js"></script>
<script src="http://fb.me/JSXTransformer-{{site.react_version}}.js"></script>
<script src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
</head>
<body>
<div id="content"></div>