Thursday, December 2, 2010

jQuery made simple!

jQuery UI is a widget and interaction library built on top of the jQuery JavaScript Library, that you can use to build highly interactive web applications. This guide is designed to get you up to speed on how jQuery UI works. Follow along below to get started.

To get a feel for what jQuery UI is capable of, check out the UI demos.

In the demos section, the navigation lists all of the interactions and widgets that jQuery UI offers. Choose an interaction or widget and you'll be presented with several demo configurations for that particular plugin. Each demo allows you to view source code, change themes, and the URL can always be bookmarked.

You can download the attached file to start work with jQuery. To start using jQuery just add the following line to your code:
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>

No comments:

Post a Comment