Skip to content

Instantly share code, notes, and snippets.

@DWboutin
Last active November 23, 2015 21:39
Show Gist options
  • Save DWboutin/0a66c02860bb4c6d60b2 to your computer and use it in GitHub Desktop.
Save DWboutin/0a66c02860bb4c6d60b2 to your computer and use it in GitHub Desktop.
Chosen for the React Tutorial
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>React Tutorial</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/chosen/1.4.2/chosen.css">
</head>
<body>
<div id="react-app"></div>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/chosen/1.4.2/chosen.jquery.min.js"></script>
<script type="text/javascript" src="public/js/app.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment