|
jQuery is a great Javascript library. It is easy to install and easy to understand if you already know CSS syntax and somewhat familiar with Javascript syntax. It enables you to select DOM elements, change and add classes, insert HTML elements, and various sliding and animation effects (including the accordian widget).
Besides the jQuery core, there is the jQuery UI that provides advanced interactions such as Draggable, Rsizable, Sortable and sophisticated widgets including Accordian, Datepicker, Dialog, Progressbar, Slider, and Tab. You can use the ThemeRoller to stylize your widget and download the stylized code.
jQuery Widgets and Plugins
jQuery is expandable and many people have created lots of widgets and plugins. Here are some ...
- Block UI plugin - dims and blocks interaction to the page with a modal dialog.
jQuery Tutorials
Below are some good tutorial sites to learn more about jQuery.
- Official jQuery tutorials and docs
- VisualjQuery
|
I learned jQuery from this excellent book...
|