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.

Slides:



Advertisements
Similar presentations
What is jQuery Mobile? How to use it? Doncho Minkov Telerik Corporation Technical Trainer.
Advertisements

JQuery Mobile. Benefits Required links Remember that we need to add the links to the head, in this order.
Module 2 Navigation.     Homepage Homepage  Navigation pane that holds the Applications and Modules  Click the double down arrow on the right of.
Tutorial 6 Creating a Web Form
User Interface Design using jQuery Mobile CIS 136 Building Mobile Apps 1.
Dawn Pedersen Art Institute. What is Spry? Spry is Dreamweaver’s version of JavaScript libraries. Spry effects alter the look of a page element—or of.
1 Introduction to OBIEE: Learning to Access, Navigate, and Find Data in the SWIFT Data Warehouse Lesson 6: Navigation in OBIEE – Completing the Tour of.
User Interface Design using jQuery Mobile CIS 136 Building Mobile Apps 1.
Jackson, Web Technologies: A Computer Science Perspective, © 2007 Prentice-Hall, Inc. All rights reserved Chapter 3 Style Sheets: CSS WEB.
ICS 665 Jesse Abdul. jQuery UI Overview  jQuery UI javascript library Includes all UI component functionality  jQuery UI CSS framework Includes standard.
Copyright 2007, Information Builders. Slide 1 WebFOCUS BI Portal Matthew Lerner WebFOCUS Product Line Manager September 30, 2009.
User Interface Design using jQuery Mobile CIS 136 Building Mobile Apps 1.
By Ronald Lopez and Bryan Cabalo. Outline jQuery UI overview Animation and special effects Themable widgets Versions and browser compatibility jQuery.
 jQuery Mobile An Introduction. What is jQuery Mobile  A framework built on top of jQuery, used for creating mobile web applications  Designed to make.
JQUERY – UI & THEMES "WRITE LESS, DO MORE" Built in interface elements.
Reasonable Sakai Widgets Aaron Zeckoski Gonzalo Silverio Antranig Basman
CS 174: Web Programming April 9 Class Meeting Department of Computer Science San Jose State University Spring 2015 Instructor: Ron Mak
131 Agenda Overview Review Roles Lists Libraries Columns.
Nguyen Ich Cuong.  Course duration: 45’  Purpose: Present Introduction to JQuery  Targeted attendees: NICorp Trainee  Tests/quiz: Yes - 10’
Advanced SAGE Formative Adding Your Own Resources Using Common Assessments Creating Educator Groups.
Chapter 5 Java Script And Forms JavaScript, Third Edition.
Learning Alfresco Forms Service By Examples
Yahoo! User Interface (YUI) Library Natly Mekdara.
Intro to Dreamweaver Web Design Section 7-1 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course.
INTRODUCTION. What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language,
Copyright 2007, Information Builders. Slide 1 Understanding Basic HTML Amanda Regan Technical Director June, 2008.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Lecture Set 2 Part A: Creating an Application with Visual Studio – Solutions, Projects, Files.
 Whether using paper forms or forms on the web, forms are used for gathering information. User enter information into designated areas, or fields. Forms.
HTML: Hyptertext Markup Language Doman’s Sections.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
HTML Forms. Slide 2 Forms (Introduction) The purpose of input forms Organizing forms with a and Using different element types to get user input A brief.
Introduction to Views Stanford Drupal Camp April 6, 2013.
Graphical Enablement In this presentation… –What is graphical enablement? –Introduction to newlook dialogs and tools used to graphical enable System i.
User Interface Design using jQuery Mobile CIS 136 Building Mobile Apps 1.
Looking at various Rich Message options in KRAD Kuali University: Apply Now Lab : Rich Messages Lab Objectives Understand what Rich Messages are and how.
Introducing XLink and XPointer ©NIITeXtensible Markup Language/Lesson 10/Slide 1 of 23 Objectives In this lesson, you will learn to: * Identify the types.
Intro to jQuery. What is jQuery? A JavaScript library Lightweight (about 31KB for the minified version) Simplifies HTML document traversing (DOM), event.
HTML Forms.
Unit 13 –JQuery Basics Instructor: Brent Presley.
INTRODUCTION TO HTML5 New HTML5 User Interface and Attributes.
Lecture Set 2 Part A: Creating an Application with Visual Studio – Solutions, Projects, Files 8/10/ :35 PM.
South Dakota Library Network SFX Management Basics A – Z List & Citation Linker South Dakota Library Network 1200 University, Unit 9672 Spearfish, SD
Chapter 4 Murach's JavaScript and jQuery, C4© 2012, Mike Murach & Associates, Inc.Slide 1.
05 | Integrating JavaScript and MVC 4 Jon Galloway | Tech Evangelist Christopher Harrison | Head Geek.
1 Lecture 7 Style Sheets: CSS. 2 Motivation HTML markup can be used to represent –Semantics: h1 means that an element is a top-level heading –Presentation:
Craig Pelkie Copyright © 2015, Craig Pelkie ALL RIGHTS RESERVED Use RPG to Mobilize your IBM i.
2.4. Choose and configure HTML5 tags to organize content and forms Choose and configure HTML5 tags for input and validation. Building the User Interface.
Tutorial 6 Creating a Web Form
CS 174: Web Programming October 28 Class Meeting Department of Computer Science San Jose State University Fall 2015 Instructor: Ron Mak
HTML Introduction HTML Editors HTML Basic HTML Elements HTML Attributes HTML Headings HTML Paragraphs HTML Formatting HTML Links HTML Head HTML CSS HTML.
Interstage BPM v11.2 1Copyright © 2010 FUJITSU LIMITED FORMS.
ANDROID LAYOUTS AND WIDGETS. Slide 2 Introduction Parts of the Android screen Sizing widgets and fonts Layouts and their characteristics Buttons, checkboxes.
How to Write Web Forms By Mimi Opkins.
JQuery UI.
User Interface Design and Usability jQuery, jQuery UI & jQuery Plugins
Tutorial 6 Topic: jQuery and jQuery Mobile Li Xu
LINKS.
AN INTRODUCTORY LESSON TO MAKING A SIMPLE WEB PAGE By: RC Emily Solis
HTML5 Level II Session III
Popups, Dialogs, Widgets, Panels
JQuery UI Plug-ins, Object Models & the Window Object
© 2016 Blackboard Inc. All rights reserved..
HTML Level II (CyberAdvantage)
Exercise 47 - Skills Use the Spry framework to add interesting interactive features to a Web site. Spry widgets allow you to create objects such as menu.
SEEM4570 Tutorial 5: jQuery + jQuery Mobile
Web Design and Development
jQuery Widgets: Tabs Requires core jQuery library + jQuery UI
ESeries Widgets Justin Kishbaugh.
Murach's JavaScript and jQuery (3rd Ed.)
Presentation transcript:

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 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.

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

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

Slide 5 The Accordion Widget (Introduction) Displays collapsible content Use to conserve screen real estate To implement, use pairs of headers and content panels

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

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

Slide 8 The DatePicker Widget (Default)

Slide 9 The DatePicker Widget (Configuring)

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 ( )

Slide 11 The Menu Widget Create a menu using a list

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

Slide 13 The Tabs Widget

Slide 14 The ToolTips Widget xx