mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Tutorial template markup needs a reference to jquery for the ajax calls
from step 13 onwards.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user