Download presentation
Presentation is loading. Please wait.
1
Getting started with jQuery
Jeremy Shafer Department of MIS Fox School of Business Temple University
2
Objectives
3
What jQuery feels like…
4
jQuery Described jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML. jQuery is the most popular JavaScript library in use today. jQuery is free, open-source software licensed under the MIT License. Initial release date: August 26, 2006; 10 years ago Created by American software engineer and entrepreneur, John Resig. John Resig is an alumni of the Rochester Institute of Technology. He was going to call it jSelect, but that name was already taken….
5
The $ function in jQuery
6
Linking to the jQuery library
7
jQuery selectors
8
OK… now what?
9
jQuery methods For the value of an input tag For the text of a node
To move to the next element To submit a form To set the focus to an element
11
What about events?
14
It’s time for an experiment!
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.