There are Three ways of downloading or adding jQuery UI :
First :
You can download the jQuery UI 1.8.4 ( zip ~1 MB ) which contains the complete set of all jQuery UI 1.8 components and the Smoothness theme.
Just click here
This is the default package.
Second :
You can download the customize package in which you can select the following option :
After selecting these option you have to click the 'download ' button and you'll get a customized zip file containing everything you selected.
After downloading you'll get a zip containing the following files:
Adding jQuery UI on web page :
<link type="text/css" href="css/themename/jquery-ui-1.8.4.custom.css"
rel="Stylesheet" />
<script type="text/javascript" src="js/jquery-1.4.2.min.js">
</script>
<script type="text/javascript" src="js/jquery-ui-1.8.4.custom.min.js">
</script>
Third :
By adding google api url :
For example , we can add jQuery UI on web page as :
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
Learn from experts! Attend jQuery Training classes.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Downloading and installing jQuery UI
Post your Comment