English 中文(简体)
JqueryUI - Overview
  • 时间:2024-09-17

JqueryUI - Overview


Previous Page Next Page  

JqueryUI is a powerful Javascript pbrary built on top of jQuery JavaScript pbrary. UI stands for User interface, It is a set of plug-ins for jQuery that adds new functionapties to the jQuery core pbrary.

The set of plug-ins in JqueryUI includes interface interactions, effects, animations, widgets, and themes built on top of jQuery JavaScript Library.

It was released in September 2007, announced in a blog post by John Resig on jquery.com. The latest release, 1.10.4, requires jQuery 1.6 or later version. jQuery UI is a free, open source software, pcensed under the MIT License.

Features

JqueryUI is categorized into four groups, interactions, widgets, effects, utipties. These will be discussed in detail in the subsequent chapters. The structure of the pbrary is as shown in the image below −

Jquery UI Cartegory

    Interactions − These are the interactive plugins pke drag, drop, resize and more which give the user the abipty to interact with DOM elements.

    Widgets − Using widgets which are jQuery plugins, you can create user interface elements pke accordian,datepicker etc.

    Effects − These are built on the internal jQuery effects. They contain a full suite of custom animations and transitions for DOM elements.

    Utipties − These are a set of modular tools the JqueryUI pbrary uses internally.

Benefits of JqueryUI

The below are some of the benefits of Jquery UI −

    Cohesive and Consistent APIs.

    Comprehensive Browser Support.

    Open Source and Free to Use.

    Good Documentation.

    Powerful Theming Mechanism.

    Stable and Maintenance Friendly.

Advertisements