Close
Contact Us info@learnquest.com

??WelcomeName??
??WelcomeName??
« Important Announcement » Contact Us 877-206-0106 | USA Flag
Close
Close
Close
photo

Thank you for your interest in LearnQuest.

Your request is being processed and LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

photo

Thank you for your interest in Private Training.

We look forward to helping you develop the perfect training solution to help you meet your company's goals.

For immediate assistance, speak with one of our representatives using the chat module below. Otherwise, LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

Close
photo

Thank you for your interest in LearnQuest!

Now, you will be able to stay up-to-date on our latest course offerings, promotions, and training discounts. Watch your inbox for upcoming special offers.

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

JavaScript & JQuery Essentials

Price
3,500 USD
5
TT4115
Classroom Training, Online Training
Open Source

AWS Training Pass

Take advantage of flexible training options with the AWS Training Pass and get Authorized AWS Training for a full year.

Learn More

Prices reflect a 22.5% discount for IBM employees (wherever applicable).
Prices reflect a 24% discount for Kyndryl employees (wherever applicable).
Prices reflect the Accenture employee discount.
Prices shown are the special AWS Partner Prices.
Prices reflect the Capgemini employee discount.
Prices reflect the UPS employee discount.
Prices reflect the ??democompanyname?? employee discount.
GSA Private/Onsite Price: ??gsa-private-price??
For GSA pricing, please go to GSA Advantage.

Class Schedule

Delivery Formats

Sort results

Filter Classes

Guaranteed to Run

Modality

Location

Language

Date

  • Date: 3-Jun-2024 to 7-Jun-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 3,500 USD
  • Date: 15-Jul-2024 to 19-Jul-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 3,500 USD
View Global Schedule

Course Description

Overview

JavaScript and JQuery Essentials is a comprehensive, hands-on course geared for web developers who need to learn basic JavaScript and JQuery to use with today's systems and architectures to build sophisticated web interfaces. JavaScript is simple and elegant but is often difficult to work with because it's so different from the programming languages most developers are used to utilizing. The training will guide students through a balanced mixture of theory and practical labs to gain core JavaScript development skills and have them explore its related technologies through to the use of tools and libraries to ease the development of advanced web applications.

This course also covers jQuery and provides practical and hands-on experience with the preferred JavaScript library for building rich web applications. If you are building for the web, learning jQuery will change the way you write JavaScript, working across multiple browsers and platforms. Course attendees will be able to hit the ground running right after class, applying essential JavaScript to projects at both an architectural as well as a line-by-line coding level.

Throughout the course, students will explore practical use of the umbrella of technologies that work in conjunction with JavaScript as well as some of the tools, toolkits, and frameworks that can be used in conjunction with web development and deployment. The course begins with an initial look at JavaScript and how it is used within the context of web applications, walking students through the different technologies that are used with JavaScript and exploring core aspects of JavaScript and JQuery in terms of web applications, security, tools and frameworks.

This course provides an excellent foundation for continued learning to gain in-demand skills in in-demand skills and technologies such as NodeJS, Angular, React, Redux and more. This course can also be tailored for less experienced or non-developers as needed.
 

Objectives

Upon completion of this course, students will be able to:
  • Become both familiar with the language and confident enough to work with it in any context
  • Learn enough of the DOM API to bend it to your will
  • Make communication between the browser and your server possible
  • Understand and effectively leverage closures
  • Understand how JavaScript's object model differs from the model classical object-oriented programming languages
  • Learn what jQuery is and how to add it to your applications
  • Use jQuery to select complex sets of elements from the DOM
  • Develop rich web pages that respond to user interaction
  • Interact with your server-side code using Ajax
  • Explore a wide variety of plugins and learn how to write your own
  • Test your applications to make sure your JavaScript is as solid as the rest of your code
Students will also understand:
  • What is JavaScript, how does it relate to other programming languages, and how do you script your web pages with it?
  • How do you traverse and manipulate the DOM and how do you handle events in ways that work in all browsers?
  • What is Ajax and how does JavaScript make it possible?
  • What are closures and prototypes and other exotic features of JavaScript?
  • What is jQuery and why should you use it?
  • How does jQuery reduce the amount of code that you have to write to add rich functionality to both existing and new web pages?
  • How does jQuery make Ajax programming easier?
  • What best practices are there for using jQuery so that it works unobtrusively and performs well?
  • What plugins and extensions are available to enhance your applications even more than the core jQuery library can provide?

Audience

This is an introductory level course for experienced software developers seeking to enhance and extend their core web development skillset leveraging JavaScript and JQuery.
 

Prerequisites

    Attendees should have practical experience developing basic software applications.
     

Topics

Core JavaScript Essentials
  • JavaScript Basics
    • JavaScript Defined
    • Variables and Operators
    • Flow Control and Conditionals
  • Debugging Tools
    • Using the strict mode and setting breakpoints
    • Browser debugging tools
    • Monitoring resource usage and performance
    • Emulating devices Exceptions in JavaScript
  • JavaScript Functions
    • Functions in JavaScript
    • Invoking Functions
    • Function Constructor
    • Function Scope and Closures
  • JavaScript Arrays, Math and Date
    • JavaScript Literals
    • JavaScript Arrays
    • Working with Numbers and Dates
  • JavaScript Event Handling and the DOM
    • Events and Event Handling
    • HTML Document Object Model
    • Accessing the DOM
    • Dynamically Working with the DOM
    • DOM Challenges
  • Object-Oriented JavaScript
    • JavaScript “Objects” and “Classes”
    • Constructors and Prototypes
    • Prototypes
    • Extending Classes with Prototype
    • Reusable, Flexible Classes
jQuery
  • Why jQuery?
    • JavaScript Evolution
    • Why jQuery?
    • jQuery Usage
    • Downloading jQuery
  • Basic jQuery
    • jQuery: Operational Overview
    • jQuery Capability Overview
    • Basic Selectors
    • Multiple Selector
    • Selecting by Order
  • Manipulating the DOM
    • Attributes vs. Properties
    • CSS Box Model Properties
    • Element Content
    • Manipulating Children
    • Wrapping and Unwrapping
    • Effects (Basic Animation)
    • Effects Queues
  • More on Element Selection
    • Hierarchical Selectors (Combinators)
    • Attribute Selectors
    • Basic vs. Child Filters
    • Filtering Methods
    • Traversing Methods
Working with jQuery
  • Attributes, Forms, and DOM
    • Selecting from Forms
    • Selecting Parent and Children
    • Automatic DOM Traversal
    • Manipulating DOM Elements
    • Getting and Setting Attribute Values
    • Removing Attributes
  • More jQuery!
    • The jQuery Function
    • The jQuery Object
    • Some jQuery “Static” Methods
    • Utility Methods
  • Event Handling
    • Binding Multiple Events to Same Handler
    • Multiple Events to Different Handlers
    • Event Targets
    • Triggering Events
    • Custom Events
    • Live Events
  • More On Elements!
    • Changing HTML Content
    • Changing Text Content
    • Managing Elements
    • Introduction to Animations
  • Ajax
    • Posting Data
    • Global Ajax Handlers
    • JSONP
    • Serialization
    • Deferred Objects
    • Promises and Piping
    • Chaining Tasks
jQuery Plugins and Enhancements
  • jQuery Plugins
    • jQuery Validation Plugin
    • jQuery Form plugin
    • jQuery BBQ (Back Button &
    • Query) Plugin
    • jQuery Hotkeys Plugin
    • jQuery Color Plugin
  • jQuery UI
    • jQuery UI Effects
    • Advanced Easing
    • Interactions
    • Position Utility
    • Widgets
    • Icons
  • Templates
    • Micro Templates
    • jQuery Template Plugin
    • Compiling Templates Template Items
JavaScript Object Notation (JSON)
  • JSON Objects
    • Understand JavaScript's literal syntax for creating arrays and objects
    • Understand object literals
    • Understand arrays
    • Understand arrays in objects
    • Understand objects in arrays
  • JSON Syntax and Processing
    • Understand JSON Syntax
    • Understand JSON Parsers
    • Read and write object and array literals in JavaScript
    • How to use JSON in an Ajax application
    • Understand the advantages of using JSON
    • Understand the disadvantages of using JSON
    • How to use JSON in an Ajax application
    • How to transfer data to and from the server
  • jQuery, JSON, and AJAX
    • jQuery AJAX Utility Method
    • jQuery and JSON
    • jQuery and Other Data Types
    • Serialization
    • Deferred Objects
    • Promises and Piping
    • Chaining Tasks
Advanced JavaScript Topics
  • ES6: The Next Step
    • ES6 Defined
    • ES6 Default and Rest Parameters
    • IIFE and Closures
    • ES6 Importing/Exporting Modules
    • Arrays, ES6 Maps, and ES6 Sets
    • Working Arrays with ES6
    • Working Strings with ES6 Strings
    • ES6 Constructs and Inheritance
    • ES6: Getters and Setters
  • HTML5 JavaScript API
    • Cross-Domain Messaging
    • Working with Web Storage
    • Offline with Application Cache
    • Geolocation: What, Why, and How
  • TypeScript
    • Strong Data Typing
    • Compiling TypeScript to JavaScript
    • TypeScript Datatypes
    • TypeScript Classes and Interfaces
  • JavaScript Best Practices
    • Code Conventions for the Lifecycle
    • Resolving Shared Resources
    • Constructs to Use
    • Constructs to Avoid
    • Memory Considerations
  • JavaScript Scheduling, Execution, and Security
    • Timers and Scheduling
    • Execution Contexts
    • Same Origin Policy and JavaScript
    • Security Considerations
  • Performance and Optimization
    • Code Optimization
    • JavaScript Verbosity Tradeoffs
    • Memory Considerations
    • Cyclic References
  • Download Options
    • Explain the basic principles underlying web application performance optimization
    • Understand the role of downloading options in smoothing bandwidth usage
    • Understand how caching can reduce bandwidth usage
  • Security
    • Security: The Complete Picture
    • Unvalidated Input
    • Injection Flaws
    • XSS
    • Spoofing
    • How Attackers See JavaScript Applications
    • OWASP Top Ten for 2017
Web Design
  • Responsive Web Design
    • Adapting to Varying Screen Sizes
    • Scaling Page and Text Content
    • Scaling and Adapting for Media
    • Options for Adjusting Media
  • User Interface Principles
    • Design Principles
    • Improving Interactions with Users
    • Matching Web Flow to User Expectations
  • Layout Techniques
    • Page Layout Consideration
    • Stacking Content
    • Handling Excessive Content
    • Providing Consistency Across Web Presence
  • Navigation Techniques
    • Handling Excessive Content
    • Providing Context and State Feedback
    • Navigation Placement and Techniques
  • Selection Techniques
    • Improving Text Input
    • Improving Enumerated Input
    • Accessibility Considerations
  • jQuery

    JQRY-100
    • Duration: 2 Days
    • Delivery Format: Classroom Training, Online Training
    • Price: 1,400.00 USD
2023 Top 20 Training Industry Company - IT Training

Need Help?

Call us at 877-206-0106 or e-mail us at info@learnquest.com

Personalized Solutions

Need a personalized solution for your Training? Contact us, and one of our training advisors will help you find the best solution.

Contact Us

Need Help?

Do you have a question about the courses, instruction, or materials covered? Do you need help finding which course is best for you? We are here to help!

Talk to us

20% Off All AI Training Courses

Achieve more with AI-powered tools and strategies.

PROMO CODE: AI20
VALID THROUGH APRIL 30, 2024

20% Off All AI Training Courses

Self-Paced Training Info

Learn at your own pace with anytime, anywhere training

  • Same in-demand topics as instructor-led public and private classes.
  • Standalone learning or supplemental reinforcement.
  • e-Learning content varies by course and technology.
  • View the Self-Paced version of this outline and what is included in the SPVC course.
  • Learn more about e-Learning

Course Added To Shopping Cart

bla

bla

bla

bla

bla

bla

Self-Paced Training Terms & Conditions

??spvc-wbt-warning??
??group-training-form-area??
??how-can-we-help-you-area??
??personalized-form-area??
??request-quote-area??

Sorry, there are no classes that meet your criteria.

Please contact us to schedule a class.
Close

self-paced
STOP! Before You Leave

Save 0% on this course!

Take advantage of our online-only offer & save 0% on any course !

Promo Code skip0 will be applied to your registration

Close
Nothing yet
here's the message from the cart

To view the cart, you can click "View Cart" on the right side of the heading on each page
Add to cart clicker.

Purchase Information

??elearning-coursenumber?? ??coursename??
View Cart

Need more Information?

Speak with our training specialists to continue your learning journey.

 

Delivery Formats

Close

By submitting this form, I agree to LearnQuest's Terms and Conditions

heres the new schedule
This website uses third-party profiling cookies to provide services in line with the preferences you reveal while browsing the Website. By continuing to browse this Website, you consent to the use of these cookies. If you wish to object such processing, please read the instructions described in our Privacy Policy.
Your use of this LearnQuest site affirms your consent to our use of session and persistent cookies to track how you use our website.