Department Name (View Master > Edit Slide 1) JQuery I took these slides from the site because they were pretty good looking.

Slides:



Advertisements
Similar presentations
Nvu - How to Create Your Own Website From Start to Finish!Dr. Dawn Sherry & Dr. Barry J. Monk Dr. Dawn Sherry Dr. Barry J. Monk Assistant Professor of.
Advertisements

HOW TO USE POWERPOINT By Bryan Kreps.
Day 2 – JavaScript & PHP.  Have the hover effect display an extra image  Add an extra image for each of the tags  In your writeText() function, you.
Bootstrap & CSS James Kahng. Intro Websites require a lot of upfront setup to look passably good (HTML base, CSS style, etc.) Because of this, people.
Building Web Pages With Microsoft Office. Introduction This tutorial is for the beginning web builder. It utilizes software that you already have, Microsoft.
There is a certain way that an HTML file should be set up. The HTML section declares a beginning and an ending. Within the HTML, there should be a HEAD.
CS428 Web Engineering Lecture 15 Introduction to Jquery.
Definition from Wikipedia.  The Prototype JavaScript Framework  implemented as a single file of JavaScript code  named prototype.js (
CHAPTER 12 UNLEASHING JAVASCRIPT USING JQUERY. LEARNING OBJECTIVES How to download the JQuery library. How to integrate the JQuery library into an HTML.
Website Designing Using Ms FrontPage FrontPage 2003 Create a Web site with FrontPage.
4.5 Multimedia Production. Learning Outcome 1. Design the structure and user interface for a multimedia project. 2. Produce a successful multimedia project.
_______________________________________________________________________________________________________________ E-Commerce: Fundamentals and Applications1.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
INFSCI  Last time we built a doggie web page in class following the instructions in the slide deck: Build Web Page with HTML – see week 3 The topics.
1 Lecture 7: Implementing a Prototype: Overview of Using PowerPoint, Balsamiq, InVision, html, etc. Brad Myers / / : Introduction to.
INTRODUCTION TO FRONTPAGE. TOPICS TO BE DISCUSSED……….  Introduction Introduction  Features Features  Starting Front Page Starting Front Page  Components.
Web Technologies Website Development Trade & Industrial Education
NetTech Solutions Working with Web Elements Lesson 6.
JQuery 10/21. Today jQuery Some cool tools around the web JavaScript Libraries Drawing libraries HTML Frameworks Conventions.
Are you still using anchor links at the top of your page? Or those back to top links? Do you have to scroll, scroll, scroll to get to the bottom of your.
A really fairly simple guide to: mobile browser-based application development (part 4, JQuery & DOM) Chris Greenhalgh G54UBI / Chris Greenhalgh.
Bridges To Computing General Information: This document was created for use in the "Bridges to Computing" project of Brooklyn College. You are invited.
THE BIG PICTURE. How does JavaScript interact with the browser?
Website Development with Dreamweaver
By Michael Cebreiro. Hyper linking is an easy way to travel through the computer by one click. It is very easy once you get the hang of it. The first.
Jquery Nasrullah. Jquery jQuery is a JavaScript Library. jQuery greatly simplifies JavaScript programming. jQuery is easy to learn.
Extending HTML CPSC 120 Principles of Computer Science April 9, 2012.
 HTML is hypertext markup language. It is a way for people to display their information with more complex pictures and text displays. Before HTML, messages.
Animation & Effects Using JQuery. What is jQuery? jQuery is a lightweight, JavaScript library. The purpose of jQuery is to make it much easier to use.
JavaScript, jQuery, and Mashups Incorporating JavaScript, jQuery, and other Mashups into existing pages.
1 Hyperlinks and Action Buttons This PowerPoint document will help you learn about ______ and __________ buttons.
Computer Applications Semester Review ©2004 LikeScience.com.
Computer Science and Software Engineering© 2014 Project Lead The Way, Inc. HTML5 Evolving Standards JavaScript.
Making Websites with Dreamweaver BTT. What is Dreamweaver?  “What You See Is What You Get” (WYSIWYG) web design software  Rather than writing code and.
DYNAMIC HTML What is Dynamic HTML: HTML code that allow you to change/ specify the style of your web pages. Example: specify style sheet, object model.
JQuery JavaScript is a powerful language but it is not always easy to work with. jQuery is a JavaScript library that helps with: – HTML document traversal.
Website design and structure. A Website is a collection of webpages that are linked together. Webpages contain text, graphics, sound and video clips.
AJAX in Ruby-on-Rails. Ruby on Rails and AJAX AJAX can be done with just Javascript Easier if you use libraries –Prototype –SAJAX –jQuery Libraries only.
SHAREPOINT & JQUERY. Hi, my name and I am a product manager at lightning tools. I have been working with SharePoint for 5 years.
Interactive PPT Directions. IMPORTANT!  Before you make any hyperlinks or action buttons, you should create the slide that you want to link to and give.
Introduction to JQuery COGS 187A – Fall JQuery jQuery is a JavaScript library, and allows us to manipulate HTML and CSS after the page has been.
Chapter 6 Murach's JavaScript and jQuery, C6© 2012, Mike Murach & Associates, Inc.Slide 1.
Unit 5 The Web Book Test. Unit 5 Test The Web Book Test 1. On the bottom of page 46, why is writing web pages not like writing printed documents ?
TABLES IN HTML No, not that kind of table!! THIS KIND!!
Craig Pelkie Copyright © 2015, Craig Pelkie ALL RIGHTS RESERVED Use RPG to Mobilize your IBM i.
Chapter 10 Dynamic HTML (DHTML) JavaScript, Third Edition.
Learning Aim C.  Creating web pages involves many considerations.  In this section we will look at the different software tools you can use and how.
1 Using jQuery JavaScript & jQuery the missing manual (Second Edition)
Introduction to HTML Hypertext Mark-up Language. HTML HTML = Hypertext Mark-up Language Is just plain simple text marked up by “tags” You can create a.
INTRODUCTION ABOUT DIV Most websites have put their content in multiple columns. Multiple columns are created by using or elements. The div element is.
Unit 15 – Web Authoring Web Authoring Project.
SharePoint & jQuery. About me Phill Duffy – Product Manager at Lightning Tools Ltd – Author of ‘Pro SharePoint with jQuery’ – MCTS Application Developer.
CSCI 1720 W3.CSS – Part 1 East Tennessee State University Department of Computing CSCI 1720 Intermediate Web Design.
12/04/12 JQuery I took these slides from the site because they were pretty good looking. Instructions for editing school and department titles: Select.
Tek Raj Chhetri Code for Humans not for machine.
Scrolling Down vs. Multiple Pages
Tutorial 6 Topic: jQuery and jQuery Mobile Li Xu
Section 10.1 YOU WILL LEARN TO… Define scripting
Part 2 Setting up a web server the easy way
How to Create a PBWorks Site
TITLE SLIDE GOES HERE Optional subhead.
Sending a text message (and more)
JavaScript and the DOM MIS 2402 Jeremy Shafer Department of MIS
An Introduction to Animation
SEEM4570 Tutorial 5: jQuery + jQuery Mobile
Wordpress test.cs.edinboro.edu.
Getting started with jQuery
CA203 Presentation Application
Sending a text message (and more)
One Set of Styles Connected to As Many Pages as You Want!!!
Presentation transcript:

Department Name (View Master > Edit Slide 1) JQuery I took these slides from the site because they were pretty good looking.

Department of Computer Science JQuery - A huge collection of predefined javascript objects and methods that are free to use and link to. - Go to - JQuery also provides a mobile library and a CSS library with predefined styles for fancy buttons, links, headings and fancy mobile interfaces (like the one here :) ). 19 Oct 2009

Department of Computer Science Accessing JQuery - Two ways to access it: -Download it and reference: (in the same directory) -Reference the online page: (Do this for class today)

Department of Computer Science How Does it Work? -Much of Jquery relies on the structure of the HTML to operate: -We can reference the type of code. some text some other code make a button By: $(“div”).doSomeJquery();

Department of Computer Science How Does it Work? 2.0 -Or we can get specific: -We can reference the type of code. some text some other code make a button By: $(id).doSomeJquery(); $(“Frank”).stuff();

Department of Computer Science Remember, it is just Javascript. -It is nothing fancy, it is just a bunch of methods, objects, and variables (look at the document). We can use It just like we would any javascript: var array = new Array(); var counter=0; function onClick(id){ array[counter]=id; counter+=1; $(id).hide();//<is jquery }

Department of Computer Science What can JQuery do for you? -Make something easy that was otherwise hard. EX: Show and hide some html. Compare: demo3.html to demo4.html -We can see how it makes life easier..toggle() goes from.hide() and.show(), which is much easier than some css and complex statements in javascript.

Department of Computer Science Your Turn! - I made a simple Q&A web page yourTurn.html. -Your task is to make it so when the question is clicked, the answer toggles between hidden and not hidden. Hint: No buttons or hyperlinks should be needed, and the.toggle is sufficient to accomplish this!!!

Department of Computer Science What else can we do? We can make stuff animate: Slide stuff from top, bottom, left, and right. As an example, look at the accordion menu given in menu.html.

Department of Computer Science Ever Wonder? -How to dynamically change some CSS with the click of a button? -.addClass(arg). Changes all classes to arg.

Department of Computer Science Lame Animations -Some people like the accordion menu, but are not sure how to do it. Jquery makes it easy with.slideDown() and.slideUp() and.is(“ :visable”). Try to take what you did for the first part and instead of show/hide, make it slide up and down.

Department of Computer Science Not so lame animations. -We are going to do this: In javascript!!!

Department of Computer Science Your Turn. Make some text, picture, table, or element do what animation.html does. Use the API and Documentation to get the additional information you may need to complete this!

Department of Computer Science Real World Examples: -weather.com -corythoma.com/index3.html -jquery.com -espn.com Bottom line: Jquery is useful to know!