mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Include latest version of jQuery in tutorial
Include latest version of jQuery 2.x in tutorial
This commit is contained in:
committed by
Andreas
parent
cb05e2f85b
commit
580f2d829b
@@ -40,7 +40,7 @@ For this tutorial, we'll use prebuilt JavaScript files on a CDN. Open up your fa
|
||||
<title>Hello React</title>
|
||||
<script src="https://fb.me/react-{{site.react_version}}.js"></script>
|
||||
<script src="https://fb.me/JSXTransformer-{{site.react_version}}.js"></script>
|
||||
<script src="https://code.jquery.com/jquery-1.10.0.min.js"></script>
|
||||
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="content"></div>
|
||||
|
||||
Reference in New Issue
Block a user