Presentation is loading. Please wait.

Presentation is loading. Please wait.

Chapter 15 Introducing jQuery Part 1. What is JavaScript? A programming language to add dynamic features to a web page. Client side.

Similar presentations


Presentation on theme: "Chapter 15 Introducing jQuery Part 1. What is JavaScript? A programming language to add dynamic features to a web page. Client side."— Presentation transcript:

1 Chapter 15 Introducing jQuery Part 1

2 What is JavaScript? A programming language to add dynamic features to a web page. Client side

3 What is jQuery? A JavaScript Framework http://jquery.com/ http://jqueryui.com/

4 test.html Script 15.1 on page 462 http://cscdb.nku.edu/csc301/frank/ch15/test1.html http://cscdb.nku.edu/csc301/frank/ch15/test1.html ch15\script_15_01\test.html

5 Incorporate jQuery Library

6 test.html Script 15.2 on page 464 http://cscdb.nku.edu/csc301/frank/ch15/test. html http://cscdb.nku.edu/csc301/frank/ch15/test. html ch15\test.html

7 test.js ch15\js\test.js $(document).ready(function() {…}); $(function(){…});

8 calculator.html Script 15.4 on page 467 http://cscdb.nku.edu/csc301/frank/ch15/calcu lator1.html http://cscdb.nku.edu/csc301/frank/ch15/calcu lator1.html ch15\script_15_4\calculator.html

9 calculator.js Script 15.5 on pages 470-1 ch15\js\script_15_5\calculator.js

10 Event Handling selection.eventType(function); $('#calculator').submit(function() {…};


Download ppt "Chapter 15 Introducing jQuery Part 1. What is JavaScript? A programming language to add dynamic features to a web page. Client side."

Similar presentations


Ads by Google