Chapter 11 - How to use jQuery plugins and jQuery UI Widgets

Slides:



Advertisements
Similar presentations
 A markup language  Structures content on the internet  Commonly used by web browsers.
Advertisements

ITI 133: HTML5 Desktop and Mobile Level I
© 2012 Boise State University1 WordPress Training February 14, 2013.
Creating A Site Using A Template In Dreamweaver CS6 Cakes R Us!
© 2012 Boise State University1 WordPress Training February 14, 2013.
WDV 331 Dreamweaver Applications Designing Websites for Mobile Devices Dreamweaver CS6 Chapter 12 Forms.
Processing.js.
© 2012, Mike Murach & Associates, Inc.
Conor Russomanno & Elizabeth Umbrino. A popular free Javascript Library Released in January 2006 At BarCamp, an international network of user-generated.
Course created by Sarah Phillips BBCD Melbourne BAPDCOM Version 1 – April 2013.
Session 1 Chapter 1 - Introduction to Web Development ITI 133: HTML5 Desktop and Mobile Level I
Unit 5 - Cascading Style Sheets (CSS) XML - Level I Basic.
Dawn Pedersen. What is JavaScript? JavaScript is the basis for both jQuery and Spry applications JavaScript is referred to as a client-side scripting.
SHAREPOINT & JQUERY. Hi, my name and I am a product manager at lightning tools. I have been working with SharePoint for 5 years.
Week Three Widgets Plugins Classroom Organisation Linking, share an interesting site.
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
SharePoint & jQuery. About me Phill Duffy – Product Manager at Lightning Tools Ltd – Author of ‘Pro SharePoint with jQuery’ – MCTS Application Developer.
Web Basics: HTML/CSS/JavaScript What are they?
Weebly Elements, Continued
HTML5 Level II Session V Chapter 8 - How to Use Responsive Web Design (RWD)
CISC103 Web Development Basics: Web site:
WordPress Plugins.
HTML5 Level II Session II
ITI 133 HTML5 Desktop and Mobile Level I
Course Review HTML5 Level II Course Review
HTML5 Level II Session III
Course Review HTML5 Level II Course Review
HTML5 Level I Session II Chapter 3 - How to Use HTML to Structure a Web Page
HTML5 Session III Chapter 5 - How to Use the CSS Box Model for Spacing, Borders, and Backgrounds Chapter 6 - How to use CSS for page.
HTML5 Level I Session III
HTML5 Level I Session III
Session I Chapter 18 - How to Design a Web Site
CMP Creating Your Personal and Small Business Web Sites
Introduction to JavaScript
HTML5 Level II Session III
Course Review ITI HTML5 Level II Course Review
HTML Level II (CyberAdvantage)
Session VI Chapter 8 - How to Use Responsive Web Design (RWD)
Chapter 8 - How to Use Responsive Web Design (RWD)
Session IV Chapter 10 – How to Work with Forms and Data Validation
Master a Skill / Learn for Life
Consult America Technology Consulting Services
HTML Text editors and adding graphics
ITI 239 HTML5 Desktop and Mobile Level I
HTML5 Level I CyberAdvantage
Course Review HTML5 Level II Course Review
Course Review HTML5 Level II Course Review
HTML5 Course Review Master a Skill / Learn for Life.
HTML5 Session II Chapter 2 - How to Code, Test and Validate a Web Page Chapter 3 - How to Use HTML to Structure a Web Page
ITI 163: Web, Mobile, and Social Media Design Introduction
SharePoint Foundation 2010
SharePoint Foundation 2010
HTML5 Level II CyberAdvantage
JavaScript & jQuery Introduction
Master a Skill / Learn for Life
HTML5 Level II (CyberAdvantage)
HTML5 Level II CyberAdvantage
Introduction to JavaScript
HTML5 Level II CyberAdvantage
HTML5 Level I CyberAdvantage
JavaScript & jQuery Introduction
Session IV Chapter 15 - How Work with Fonts and Printing
Murach's JavaScript and jQuery (3rd Ed.)
ITI 133: HTML5 Desktop and Mobile Level I
Murach's JavaScript and jQuery (3rd Ed.)
Murach's JavaScript and jQuery (3rd Ed.)
Course Review HTML5 Level I Course Review
Murach's JavaScript and jQuery (3rd Ed.)
© 2017, Mike Murach & Associates, Inc.
Murach's JavaScript and jQuery (3rd Ed.)
Presentation transcript:

Chapter 11 - How to use jQuery plugins and jQuery UI Widgets www.profburnett.com Master a Skill / Learn for Life

Class Outline Websites For Finding jQuery Plugins Additional jQuery Widgets How to Use jQuery Carousels, Slideshows, Images jQuery Plugins from malsup jQuery UI Widget Factory Using a Plugin Plugin Cautions Exercises 11/28/2018 Copyright © Carl M. Burnett

Websites For Finding jQuery Plugins jQuery Plugin Registry jQuery Plugins 11/28/2018 Copyright 2017 © Carl M. Burnett

Additional jQuery Widgets 16 Best jQuery Widgets for Developers UI Controls for Great Web & Mobile Developers 7 JavaScript Libraries for Dashboards 11/28/2018 Copyright 2017 © Carl M. Burnett

How to Use jQuery Carousels, Slideshows, Images jQuery Carousel Plugins Tiny Carousel jQuery Slideshows Plugins Web Designer Depot JSSOR Wow Slider Smashing Apps jQuery Displaying Images Plugins Lightbox Fancybox ThickBox 3.1 ColorBox 11/28/2018 Copyright © Carl M. Burnett

jQuery Plugins from malsup http://jquery.malsup.com/ BlockUI Plugin Corner Plugin Cycle Plugin Cycle2! Feed Plugin Form Plugin HoverPulse Plugin Media Plugin Taconite Plugin

jQuery UI Widget Factory Stateless vs. Stateful Plugins Consistent API Extending Widgets with the Widget Factory Using the classes Option 11/28/2018 Copyright 2017 © Carl M. Burnett

Using a Plugin Study the documentation for the plugin. Get the URLs for the plugin files Download the files and save them in one of the folders of your website. In the head element of the HTML Code the link elements for any CSS files. Code the script elements for the JavaScript files. Make folder have the right relationship for both the CSS and JavaScript files. Code the HTML and CSS for the page. If Necessary, write the jQuery code that uses the methods and options of the plugin. 11/28/2018 Copyright 2017 © Carl M. Burnett

Plugin Cautions Include a script element for jQuery Core and UI Library. Script element for the plugin comes after it. Some plugins won’t work with the latest version of jQuery. Check documentation to see which version of jQuery is required. 11/28/2018 Copyright 2017 © Carl M. Burnett

Student Exercise 1 Complete Chapter 11-1 Cycle 2 Plugin on page 333 Complete Chapter 11-2 Accordion Widget on page 334 Create links to your Web4Students Webpage. Preview updated Web4Students Webpage. Post Chapter 11 Exercises and update Web4Students Webpage to Live site. 11/28/2018 Copyright 2017 © Carl M. Burnett

Student Exercise 2 Select a jQuery Displaying Images Plugin. Include selected jQuery Displaying Images Plugin on a separate webpage. Create link to your Web4Students Webpage. Preview updated Web4Students Webpage. Post jQuery Displaying Images Plugin Exercise and update Web4Students Webpage to Live site. 11/28/2018 Copyright 2017 © Carl M. Burnett

Class Review Websites For Finding jQuery Plugins Additional jQuery Widgets How to Use jQuery Carousels, Slideshows, Images jQuery Plugins from malsup jQuery UI Widget Factory Using a Plugin Plugin Cautions Exercises 11/28/2018 Copyright © Carl M. Burnett