Adding the jQuery UI Library

<script type="text/javascript"         src="jquery-ui-1.10.3.min.js"></script> <link rel="stylesheet" type="text/css"       href="jquery-ui-1.10.3.min.css">

To get going with jQuery, download the library, add it to a location where your web pages can see it, and then load the JS and CSS files in the web page. The process of adding the jQuery UI library is described in the following steps.

1. Download the library from http://jqueryui.com/download/.

2. Unzip the contents of the downloaded files.

3. Copy the jquery-ui-###.js, jquery-ui-###.css, and images folder in the download to a location in your web site where your pages can access them. The images folder needs to be in the same ...

Get jQuery and JavaScript Phrasebook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.