Beginning JavaScript and jQuery
Course
Online
Description
-
Type
Course
-
Methodology
Online
-
Start date
Different dates available
Get up to speed with JavaScript and jQuery.You will start by learning what JavaScript is and how browsers use it. You will move on to look at the JavaScript syntax-such as comments, operators, and more-and then variables and functions. You will then learn how to execute different pieces of code based on certain conditions as well as how to make code loop a certain number of times. You will finish up the JavaScript section of the video by learning about the Document Object Model or DOM.The second part of the video introduces jQuery and how to use it in your projects. You will then manipulate the DOM and finish up with a quick overview of a couple of advanced jQuery features.About The AuthorChip Lambert has been developing websites and web applications for almost 20 years. He has authored two other books for Packt Publishing: Instant RESS Implementation How-To and Mastering jQuery Mobile. He is currently a software engineer for Jenzabar Inc. and an online instructor for Bluefield College, teaching courses in web and mobile application development.
Facilities
Location
Start date
Start date
About this course
Learn JavaScript's basic syntax and how to declare variables and create functions
Learn how to make pieces of code execute a certain number of times.
Control code execution via conditional branching
Unleash the power of jQuery in your applications
Discover the Document Object Model and how to manipulate it with JavaScript and jQuery
Validate user input on forms with jQuery
Change CSS classes on HTML elements on-the-flypt
Reviews
This centre's achievements
All courses are up to date
The average rating is higher than 3.7
More than 50 reviews in the last 12 months
This centre has featured on Emagister for 6 years
Subjects
- Options
- Javascript training
- Javascript
- Syntax
- Web
- Programming
- Programming Application
- Programme Planning
- IT
- IT Management
Course programme
- We first need to learn the background of JavaScript.
- We then need to choose the software we need to use.
- We did it! We wrote our first simple JavaScript script.
- You must learn how to call JavaScript from the browser.
- Now, you’ll learn the words you can’t use in variables.
- You have learned the basic syntax of the language.
- You need to know what a variable is and the types.
- You must now learn the correct naming conventions.
- Now you know how to declare and use variables.
- Like variables, you must learn what a function is.
- Now, you will learn how to declare and call functions.
- To wrap up functions, you will now learn how to pass parameters.
- We first need to learn the background of JavaScript.
- We then need to choose the software we need to use.
- We did it! We wrote our first simple JavaScript script.
- You must learn how to call JavaScript from the browser.
- Now, you’ll learn the words you can’t use in variables.
- You have learned the basic syntax of the language.
- You need to know what a variable is and the types.
- You must now learn the correct naming conventions.
- Now you know how to declare and use variables.
- Like variables, you must learn what a function is.
- Now, you will learn how to declare and call functions.
- To wrap up functions, you will now learn how to pass parameters.
- We first need to learn the background of JavaScript.
- We then need to choose the software we need to use.
- We did it! We wrote our first simple JavaScript script.
- We first need to learn the background of JavaScript.
- We then need to choose the software we need to use.
- We did it! We wrote our first simple JavaScript script.
- We first need to learn the background of JavaScript.
- We then need to choose the software we need to use.
- We did it! We wrote our first simple JavaScript script.
- We first need to learn the background of JavaScript.
- We then need to choose the software we need to use.
- We did it! We wrote our first simple JavaScript script.
- We first need to learn the background of JavaScript.
- We then need to choose the software we need to use.
- We did it! We wrote our first simple JavaScript script.
- We first need to learn the background of JavaScript.
- We then need to choose the software we need to use.
- We did it! We wrote our first simple JavaScript script.
- You must learn how to call JavaScript from the browser.
- Now, you’ll learn the words you can’t use in variables.
- You have learned the basic syntax of the language.
- You must learn how to call JavaScript from the browser.
- Now, you’ll learn the words you can’t use in variables.
- You have learned the basic syntax of the language.
- You must learn how to call JavaScript from the browser.
- Now, you’ll learn the words you can’t use in variables.
- You have learned the basic syntax of the language.
- You must learn how to call JavaScript from the browser.
- Now, you’ll learn the words you can’t use in variables.
- You have learned the basic syntax of the language.
- You must learn how to call JavaScript from the browser.
- Now, you’ll learn the words you can’t use in variables.
- You have learned the basic syntax of the language.
- You must learn how to call JavaScript from the browser.
- Now, you’ll learn the words you can’t use in variables.
- You have learned the basic syntax of the language.
- You need to know what a variable is and the types.
- You must now learn the correct naming conventions.
- Now you know how to declare and use variables.
- You need to know what a variable is and the types.
- You must now learn the correct naming conventions.
- Now you know how to declare and use variables.
- You need to know what a variable is and the types.
- You must now learn the correct naming conventions.
- Now you know how to declare and use variables.
- You need to know what a variable is and the types.
- You must now learn the correct naming conventions.
- Now you know how to declare and use variables.
- You need to know what a variable is and the types.
- You must now learn the correct naming conventions.
- Now you know how to declare and use variables.
- You need to know what a variable is and the types.
- You must now learn the correct naming conventions.
- Now you know how to declare and use variables.
- Like variables, you must learn what a function is.
- Now, you will learn how to declare and call functions.
- To wrap up functions, you will now learn how to pass parameters.
- Like variables, you must learn what a function is.
- Now, you will learn how to declare and call functions.
- To wrap up functions, you will now learn how to pass parameters.
- Like variables, you must learn what a function is.
- Now, you will learn how to declare and call functions.
- To wrap up functions, you will now learn how to pass parameters.
- Like variables, you must learn what a function is.
- Now, you will learn how to declare and call functions.
- To wrap up functions, you will now learn how to pass parameters.
- Like variables, you must learn what a function is.
- Now, you will learn how to declare and call functions.
- To wrap up functions, you will now learn how to pass parameters.
- Like variables, you must learn what a function is.
- Now, you will learn how to declare and call functions.
- To wrap up functions, you will now learn how to pass parameters.
- We will start by learning what loops are in programming.
- You will then learn the syntax of the for loop.
- We can now execute our code a certain number of times.
- You will learn the structure of the while loop
- You will now learn the do while loop alternative.
- We now have three options for loops and know when to use them.
- You must learn about conditional branching first.
- Now we look at the if statement itself.
- We can now have our code execute only when a condition is true.
- We will look at the switch statement.
- We will now look at an alternative: the if else if statement
- We can use all the available conditional branching statements
- We will start by learning what loops are in programming.
- You will then learn the syntax of the for loop.
- We can now execute our code a certain number of times.
- You will learn the structure of the while loop
- You will now learn the do while loop alternative.
- We now have three options for loops and know when to use them.
- You must learn about conditional branching first.
- Now we look at the if statement itself.
- We can now have our code execute only when a condition is true.
- We will look at the switch statement.
- We will now look at an alternative: the if else if statement
- We can use all the available conditional branching statements
- We will start by learning what loops are in programming.
- You will then learn the syntax of the for loop.
- We can now execute our code a certain number of times.
- We will start by learning what loops are in programming.
- You will then learn the syntax of the for loop.
- We can now execute our code a certain number of times.
- We will start by learning what loops are in programming.
- You will then learn the syntax of the for loop.
- We can now execute our code a certain number of times.
- We will start by learning what loops are in programming.
- You will then learn the syntax of the for loop.
- We can now execute our code a certain number of times.
- We will start by learning what loops are in programming.
- You will then learn the syntax of the for loop.
- We can now execute our code a certain number of times.
- We will start by learning what loops are in programming.
- You will then learn the syntax of the for loop.
- We can now execute our code a certain number of times.
- You will learn the structure of the while loop
- You will now learn the do while loop alternative.
- We now have three options for loops and know when to use them.
- You will learn the structure of the while loop
- You will now learn the do while loop alternative.
- We now have three options for loops and know when to use them.
- You will learn the structure of the while loop
- You will now learn the do while loop alternative.
- We now have three options for loops and know when to use them.
- You will learn the structure of the while loop
- You will now learn the do while loop alternative /p
- We need to add...
Additional information
Beginning JavaScript and jQuery
