Basics of Web Development : JavaScript
You will learn the basics of JavaScript to start with mashup and extension development. You will also get an understanding of HTML DOM manipulation using jQuery and high-level knowledge of RequireJS
1
2
3
4
Introduction
Conditional Operators : if.. and if...else
Logical Operators : || (or) and && (and)
Switch Statement
Re-write program using if and else if statements
Loops : for and while
Functions
Function Expressions and Arrow Functions
5
Callback Functions
Promises
6
Resources
Introduction
Adding jQuery to your webpage
7
Introduction
ready() and click() events
mouseenter(), mouseleave() and hover() events
8
Introduction
Get and Set Content
Get and Set Attribute Value
Add and Remove HTML elements
Applying Styles
9
Introduction
data.json
Setup your project
Create a web-page with a navigation bar
Make navigation menu clickable
Read data from web
Create HTML table. get the header working first
Add data to table and highlight row on on hover
Add click events to data cells
10
Introduction to RequireJS