simple jQuery UI theme with HTML presets, jQuery UI for everyone
jQuery and jQuery UI are already included within this package.
Clone the repository to your desktop or download the .zip file and include the Simple-jQuery-UI-master folder into your projects root.
You can delete the /demo folder if you don't need it.
Include the following code snippet in the head section of your .html file:
<script type="text/javascript" src="simple-jquery-ui-master/js/jquery.min.js"></script>
<link rel="stylesheet" href="simple-jquery-ui-master/css/simple-jquery-ui.css">
<link rel="stylesheet" href="simple-jquery-ui-master/js/jquery-ui-1.12.1/jquery-ui.min.css">
<link rel="stylesheet" href="simple-jquery-ui-master/js/jquery-ui-1.12.1/jquery-ui.structure.min.css">
<script type="text/javascript" src="simple-jquery-ui-master/js/jquery-ui-1.12.1/jquery-ui.min.js"></script>
<script type="text/javascript" src="simple-jquery-ui-master/js/functions.js"></script>
All the HTML snippets you need are available through copy & paste from the demo site.