Presentation is loading. Please wait.

Presentation is loading. Please wait.

JQuery UI. Slide 2 Introduction From the jQuery UI Home Page jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built.

Similar presentations


Presentation on theme: "JQuery UI. Slide 2 Introduction From the jQuery UI Home Page jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built."— Presentation transcript:

1 jQuery UI

2 Slide 2 Introduction From the jQuery UI Home Page jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.

3 Slide 3 Referencing The steps to reference the jQuery UI library is the same as the steps to get jQuery

4 Slide 4 Widgets There are many widgets but we will only cover a few Accordion Autocomplete DatePicker Menu Tabs

5 Slide 5 The Accordion Widget (Introduction) Displays collapsible content Use to conserve screen real estate To implement, use pairs of headers and content panels https://jqueryui.com/accordion/

6 Slide 6 The AutoComplete Widget (Introduction) Use with an input widget to enable auto completion features Set the source to a list of possible strings

7 Slide 7 The DatePicker Widget (Introduction) Use to create a selectable calendar It’s possible to set the minimum and maximum selectable values It’s possible to change the format of the calendar http://api.jqueryui.com/datepicker/

8 Slide 8 The DatePicker Widget (Default)

9 Slide 9 The DatePicker Widget (Configuring)

10 Slide 10 The Menu Widget A menu can be created from any valid markup as long as the elements have a strict parent/child relationship. The most commonly used element is the unordered list ( )

11 Slide 11 The Menu Widget Create a menu using a list

12 Slide 12 The Tabs widget Create content that appears on multiple tabs The tabs themselves must be in either an ordered ( ) or unordered ( ) list Each tab "title" must be inside of a list item ( ) and wrapped by an anchor ( ) with an href attribute Each tab panel may be any valid element but it must have an id which corresponds to the hash in the anchor of the associated tab

13 Slide 13 The Tabs Widget

14 Slide 14 The ToolTips Widget xx


Download ppt "JQuery UI. Slide 2 Introduction From the jQuery UI Home Page jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built."

Similar presentations


Ads by Google