Javascript and Jquery Syllabus
Javascript and Jquery Syllabus
Give your websites a jolt of functionality and interactivity with JavaScript & jQuery. Learn
COURSE SYLLABUS
to hide and show elements, customize animations, validate forms, and much more.
Group classes in NYC and onsite training is available for this course.
For more information, email [email protected] or visit:
training-nyc.com/courses/javascript-jquery
[email protected] • 212-658-1918
Course Outline
Section 1
Fundamentals of JavaScript Code
JavaScript methods (such as alerts)
Variables
The importance of quotes
Numbers vs. strings
Concatenation
Section 2
Introduction to JavaScript Objects & the DOM
Intro to objects
The global object
Section 3
Exploring JavaScript Selectors
Intro to JavaScript selectors
Selecting multiple elements & elements without IDs
Getting a specific list item
Getting elements by class name
Getting multiple items using querySelectorAll()
Getting a single item using querySelector()
Chaining selectors together
Targeting elements by data attribute
Section 4
Showing/Hiding Content with jQuery Animation
Getting started with jQuery
Running code when the document is ready
Click events
Using jQuery’s slideToggle() method
Supporting JavaScript disabled users
Section 5
jQuery Lightbox: A Pop-up Image Viewer
Linking to the plugin files
Initializing the pop-up
Grouping the photos into a gallery
Adding captions
Removing the counter
Customizing the appearance