First off we're going to need to load the dependencies.
This plugin requires jQuery and jQuery UI
to function correctly.
<!-- include the jQuery and jQuery UI scripts --> <script src="https://code.jquery.com/jquery-2.1.1.js"></script> <script src="https://code.jquery.com/ui/1.11.1/jquery-ui.js"></script> <!-- plus a jQuery UI theme, here I use "flick" --> <link rel="stylesheet" href="https://code.jquery.com/ui/1.10.4/themes/flick/jquery-ui.css">
If no other parts of jQuery UI are needed; then it is strongly recommended to download a custom build with only the slider included.