Book Image

Beginning JavaScript and jQuery [Video]

By : Chip Lambert
Book Image

Beginning JavaScript and jQuery [Video]

By: Chip Lambert

Overview of this book

<p>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.</p> <p>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.</p> <h1>Style and Approach</h1> <p>We break the new concepts up into their own individual exercises to make sure we cover them in-depth yet at a quick pace.</p>
Table of Contents (6 chapters)
Chapter 6
More jQuery Fun
Content Locked
Section 2
CSS Fun
You have learned how to change HTML or the text of DOM elements; can we change the CSS? Also, it would be nice to add some neat effects to elements. - You will learn about .css() and how to change the CSS - Now, we will add jQuery effects to an element - We can now fully manipulate any DOM element