Skip to content

leonzuendel/Simple-jQuery-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple jQuery UI

simple jQuery UI theme with HTML presets, jQuery UI for everyone

jQuery and jQuery UI are already included within this package.

See Demo here

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.

About

simple jQuery UI theme with HTML presets, jQuery UI for everyone

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors