Discover Classes. Earn Rewards.

Introduction to JavaScript / jQuery Course is unfortunately unavailable

Thankfully we have 5 other JavaScript Classes for you to choose from. Check our top choices below or see all classes for more options.

JavaScript Development Certificate

Noble Desktop @ 185 Madison Ave, New York, NY & Virtually Online

Take your coding skills to the next level and become a versatile developer with the most in-demand programming language today. Learn to build dynamic web applications, create APIs, and work with databases using JavaScript at Noble Desktop.

(372) All levels 18 and older
$5,995

69 sessions

Gift it!

Web Design Certificate

Noble Desktop @ 185 Madison Ave, New York, NY & Virtually Online

Learn the essential skills of web design and development, including HTML, CSS, JavaScript, and WordPress, with this comprehensive certificate program. Design and code responsive websites, create interactive prototypes and build a professional portfolio to showcase your expertise to potential employers and clients.

(372) All levels 18 and older
$4,995

26 sessions

Gift it!

JavaScript Programming Bootcamp

Noble Desktop @ 185 Madison Ave, New York, NY & Virtually Online

Master the essentials of JavaScript programming and start building dynamic web applications. This comprehensive course covers variables, functions, data types, asynchronous JavaScript, and more to give you a solid foundation in JavaScript development. Don't miss out on this opportunity to level up your programming skills.

(372) All levels 18 and older
$2,495

26 sessions

Gift it!

JavaScript for Front-End

Noble Desktop @ 185 Madison Ave, New York, NY & Virtually Online

Enhance your webpages with interactive functionality and create stunning animations using the industry standard GreenSock Animation Platform. Build your JavaScript skills and learn how to easily add logic and interactivity to your projects in this hands-on course at Noble Desktop. There is a prerequisite of experience with coding webpages.

(372) Advanced 18 and older
$975

3 sessions

Gift it!

React Development Bootcamp

Noble Desktop @ 185 Madison Ave, New York, NY & Virtually Online

Learn how to build robust and dynamic web applications using React, the most popular JavaScript library among developers. Discover how to create reusable components and gain hands-on experience by building multiple web apps in this comprehensive bootcamp.

(372) Intermediate 18 and older
$2,995

12 sessions

Gift it!
See all JavaScript classes NYC

Introduction to JavaScript / jQuery Course

  • Intermediate
  • 18 and older
  • $1,875
  • 14 Penn Plaza, 225 34th Street, New York, NY
  • 33 hours & 45 minutes over 5 sessions

Start Dates (0)

  • $1,875
  • ONLC - Penn Station @ 14 Penn Plaza, 225 34th Street 9th Floor, New York, NY 10122
  • 33 hours & 45 minutes over 5 sessions
  • All classes are live, hands-on training via remote instructor.
Showing 10 of 0

Class Description

Description

What you'll learn in this javascript class:

This course is designed to accommodate website designers who have some experience building web pages. Lessons familiarize students with the ins and outs of basic JavaScript and then move on to advanced tools for adding really useful interactivity to a Web site as quickly and easily as possible with the help of pre-written jQuery libraries.

Students will learn how to use simple JavaScript code that will liberate them from all of the minute, time-consuming details of creating JavaScript programs that run well across different browser platforms.

Prerequisites: Students should feel comfortable with HTML and CSS to get the most from this course. Class discussions are geared toward intermediate and advanced computer users.

Who Should Not Attend: This course is NOT intended for advanced developers who want to build jQuery programs from the ground up. This course is most appropriate for designers who want to leverage pre-written jQuery libraries to add user-interactive features to their web pages.

Course Outline

Part I: Getting Started with JavaScript

Chapter 1. Writing Your First JavaScript Program
  • Section 1.1. Introducing Programming
  • Section 1.2. How to Add JavaScript to a Page
  • Section 1.3. Your First JavaScript Program
  • Section 1.4. Writing Text on a Web Page
  • Section 1.5. Attaching an External JavaScript File
  • Section 1.6. Tracking Down Errors
Chapter 2. The Grammar of JavaScript
  • Section 2.1. Statements
  • Section 2.2. Commands
  • Section 2.3. Types of Data
  • Section 2.4. Variables
  • Section 2.5. Working with Data Types and Variables
  • Section 2.6. Tutorial: Using Variables to Create Messages
  • Section 2.7. Tutorial: Asking for Information
  • Section 2.8. Arrays
  • Section 2.9. Tutorial: Writing to a Web Page Using Arrays
  • Section 2.10. Comments
Chapter 3. Adding Logic and Control to Your Programs
  • Section 3.1. Making Programs React Intelligently
  • Section 3.2. Tutorial: Using Conditional Statements
  • Section 3.3. Handling Repetitive Tasks with Loops
  • Section 3.4. Functions: Turn Useful Code Into Reusable Commands
  • Section 3.5. Tutorial: A Simple Quiz
Chapter 4. Working with Words, Numbers, and Dates
  • Section 4.1. A Quick Object Lesson
  • Section 4.2. Strings
  • Section 4.3. Finding Patterns in Strings
  • Section 4.4. Numbers
  • Section 4.5. Dates and Times
  • Section 4.6. Tutorial
Chapter 5. Dynamically Modifying Web Pages
  • Section 5.1. Modifying Web Pages: An Overview
  • Section 5.2. Understanding the Document Object Model
  • Section 5.3. Introducing JavaScript Libraries
  • Section 5.4. Selecting Page Elements (Revisited)
  • Section 5.5. Adding Content to a Page
  • Section 5.6. Setting and Reading Tag Attributes
  • Section 5.7. Reading, Setting, and Removing HTML Attributes
  • Section 5.8. Creative Headlines
  • Section 5.9. Acting on Each Element in a Selection
  • Section 5.10. Automatic Pull Quotes
Chapter 6. Action/Reaction: Making Pages Come Alive with Events
  • Section 6.1. What Are Events?
  • Section 6.2. Using Events with Functions
  • Section 6.3. Tutorial: Highlighting Table Rows
  • Section 6.4. More jQuery Event Concepts
  • Section 6.5. Advanced Event Management
  • Section 6.6. Tutorial: A One-Page FAQ
Chapter 7. Improving Your Images
  • Section 7.1. Swapping Images
  • Section 7.2. Tutorial: Adding Rollover Images
  • Section 7.3. jQuery Effects
  • Section 7.4. Tutorial: Photo Gallery with Effects
  • Section 7.5. Advanced Gallery with jQuery lightBox
  • Section 7.6. Tutorial: lightBox Photo Gallery
  • Section 7.7. Animated Slideshows with Cycle
  • Section 7.8. Tutorial: An Automated Slideshow
Part II: Building Web Page Features

Chapter 8. Improving Navigation
  • Section 8.1. Some Link Basics
  • Section 8.2. Opening External Links in a New Window
  • Section 8.3. Creating New Windows
  • Section 8.4. Opening Pages in a Window on the Page
  • Section 8.5. Tutorial: Making Bigger Links
  • Section 8.6. Animated Navigation Menus
Chapter 9. Enhancing Web Forms
  • Section 9.1. Understanding Forms
  • Section 9.2. Adding Smarts to Your Forms
  • Section 9.3. Tutorial: Basic Form Enhancements
  • Section 9.4. Form Validation
  • Section 9.5. Validation Tutorial
Chapter 10. Expanding Your Interface
  • Section 10.1. Hiding Information with Accordion Panels
  • Section 10.2. Organizing Information in Tabbed Panels
  • Section 10.3. Tooltips
  • Section 10.4. Creating Sortable Tables
Part III: Ajax: Communicating with the Web Server

Chapter 11. Introducing Ajax
  • Section 11.1. What Is Ajax?
  • Section 11.2. Ajax: The Basics
  • Section 11.3. Ajax the jQuery Way
  • Section 11.4. JSON
Chapter 12. Basic Ajax Programming
  • Section 12.1. Tabs Plug-in
  • Section 12.2. Adding Google Maps to Your Site

Refund Policy

Cancellation / Reschedule by Student

Because we must schedule rooms, ship course materials, assign instructors and provision computer resources well in advance, it is important students alert us ASAP with any cancel/reschedule requests.

Please note the following policies:

  • If requested 16 or more calendar days before the class
    • Cancellation requests made in this timeframe are eligible for refund less 5% cancellation fee.
    • Reschedule requests made in this timeframe will be accommodated if availability exists and will be processed at no additional charge.
  • If requested 15 calendar days or less before the class
    • Cancellation or Reschedule requests made by the student 15 calendar days or less before the class starts will be charged 100% the course fee and are not entitled to a refund.

Substitutions

  • If you are unable to attend your class, a substitute who meets the course prerequisites may attend in your place at no additional charge for the original class title, date and location. If you cannot find a substitute, you will be subject to the class cancellation policy.

Make-up Policy

Students are permitted one (1) Make-Up opportunity to attend an instructor-led class that was paid for but not previously attended for no additional charge.

  • Make-Up class registrations are subject to availability and are not entitled to refund.
  • Students may not reschedule a Make-up class registration.
  • Any no shows or cancellations forfeit their one Make-up opportunity.

Additionally, ONLC reserves the right to retire courses due to lack of demand. Retired classes are not available for Make-Up.

In the event that an instructor or the school needs to cancel at the last minute, students will receive a refund less a 5% non-refundable registration fee.

In any event where a customer wants to cancel their enrollment and is eligible for a full refund, a 5% processing fee will be deducted from the refund amount.

Reviews of Classes at ONLC Training Centers (7)

Similar Classes

Benefits of Booking Through CourseHorse

  • Booking is safe. When you book with us your details are protected by a secure connection.
  • Lowest price guaranteed. Classes on CourseHorse are never marked up.
  • This class will earn you 18750 points. Points give you money off your next class!

Questions & Answers (0)

Get quick answers from CourseHorse and past students.

ONLC Training Centers

ONLC Training Centers was founded in 1983 when Jim Palic and Andy Williamson left their positions as mainframe programmers with the Dupont Company to start one of the industry's first computer training companies.

Over thirty years and still growing, ONLC Training Centers is one of the the largest privately...

Read more about ONLC Training Centers

CourseHorse Approved

This school has been carefully vetted by CourseHorse and is a verified NYC educator.

ONLC Training Centers

ONLC Training Centers

All classes at this location

Google Map

Give This Course as a Gift Card

  • Thousands of classes
  • No expiration
  • Unique and memorable gifts for any occasion
  • Personalized
  • Explore a passion, gain a new skill, discover a new hobby, engage in a memorable experience
  • Instant delivery
  • Lock in a price with the Inflation Buster Gift Card Price Adjuster™

Buy a Gift Card

Book this Class as a Group Event

Booking this class for a group? Find great private group events

Or see all Coding Group Events

Explore group events and team building activities ranging from cooking, art, escape rooms, trivia, and more.

CourseHorse Gift Cards

  • Creative & unique gift for any occasion
  • Thousands of classes & experiences
  • No expiration date
  • Instant e-delivery (or choose a date)
  • Add a personalized message
  • Lock in a price with the Inflation Buster Gift Card Price Adjuster™
Buy a Gift Card
gift card with the CourseHorse logo gift card with the CourseHorse logo
Loading...