Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

jQuery UI tutorial


May 08, 2021 jQuery UI


Table of contents


jQuery UI tutorial

The jQuery UI is a set of user interface interactions, effects, widgets, and themes built on the jQuery JavaScript library. By using the jQuery UI, you can create highly interactive Web applications or simply add a date selector to the form control.

The jQuery UI contains many state-maintaining widgets (widgets), so it's slightly different from the typical jQuery plug-in usage pattern. All jQuery UI widgets use the same pattern, so as soon as you learn to use one of them, you know how to use the other widgets.

Start learning jQuery UI now!

Start with the instance

For a better experience of what a jQuery UI is, check out the jQuery UI instance.

In the instance demonstration section, the navigation lists all the interactive parts and widgets provided by the jQuery UI. S elect an interactive part or widget and you'll see some demo configurations for a specific plug-in. I n each presentation, you can view the source code, change the theme, and the URL can be bookmarked. For example, you can view the Collapse Panel Part Fill Space instance presentation page.

The list of contents

Refer to the manual

Related tutorials

jQuery Tutorials