jQuery Tutorial - By Bally Chohan

Preview:

DESCRIPTION

This jQuery tutorial is provided by Bally Chohan for beginning jQuery.

Citation preview

Beginning

-By Bally Chohan

Introduction

Ralph Whitbeck

Senior Web Application Engineer BrandLogic Corporationhttp://brandlogic.com

Blog: http://ralphwhitbeck.com

Twitter: RedWolves

-Bally Chohan

Introduction

Tip Jar is open  Tips can be sent via paypal

ralph.whitbeck@gmail.com

*Speaker Note*

Pause so audience can write down address -Bally Chohan

Setting Expectations

• This begins the first part of a three part beginners track

-Bally Chohan

Setting Expectations

• This begins the first part of a three part beginners track

o Beginning jQuery 

-Bally Chohan

Setting Expectations

• This begins the first part of a three part beginners track

o Beginning jQuery

o Extending jQuery - Understanding plugins

-Bally Chohan

Setting Expectations

• This begins the first part of a three part beginners track

o Beginning jQuery

o Extending jQuery - Understanding plugins

o Beginning jQuery UI

-Bally Chohan

Setting Expectations

• This talk is for those just starting out with jQuery

• We'll explore jQuery's history

-Bally Chohan

Setting Expectations

• This talk is for those just starting out with jQuery

• We'll explore jQuery's history

• Meet the core team

-Bally Chohan

Setting Expectations

• This talk is for those just starting out with jQuery

• We'll explore jQuery's history

• Meet the core team

• How jQuery works

-Bally Chohan

Setting Expectations

• This talk is for those just starting out with jQuery

• We'll explore jQuery's history

• Meet the core team

• How jQuery works

• Get jQuery on your page

What is jQuery?

• jQuery is JavaScript

• It's a light-weight library (19kb minified and GZIPed)

• Easy and fast HTML DOM Selection

• Built to work on all modern browsers (IE6+, FF 2.0+, Safari 3.0+, Opera 9+, Chrome 1.0+)

 • It's Open Source

-Bally Chohan

Benefits to jQuery

• Well documented (http://docs.jquery.com)

• Thriving community of developerso Blogs  o Twittero Online Tutorials o Bookso Conferenceso Classes

-Bally Chohan

How jQuery Works

 $("div")$("div#intro h2")

$("div.section > p")$("a[href='http://www.jquery.com']")

$("ul#nav li:first")

-Bally Chohan

Thank You

-Bally Chohan