Visual Quick Start Guide jQuery and jQuery UI

Introduction…

Variable is a name “identifier” value pair. jsBin Variable review

Variables have scoped, they existed in block defined in

function versus method, a function inside a class is a method document.write write is a method

Learning the Basics

Downloading jQuery

Using jQuery CDN

Minify "zip" code

Click me
With jQuery, we use the jQuery object to select an element, then we chain a method and add a callback function
jsBin example

Rewind and Review

Back to assignment J2.