December 2013
Intermediate to advanced
336 pages
9h 49m
English
CHAPTER 1
![]()
The JavaScript You Need to Know
JavaScript is a programming language that adds interactivity and dynamic content to otherwise static HTML pages. Behind most fancy frills such as mouseover effects, animations, drop-down menus, and form validations, you will usually find JavaScript being used in some way or another. jQuery is a JavaScript library that simplifies your client-side programming tasks and uses the same programming constructs as JavaScript for variables, branching, and looping. While writing jQuery code, you often need to use these JavaScript programming constructs. Therefore, before you delve into jQuery programming, you must ...
Read now
Unlock full access