15
Beginning -By Bally Chohan

jQuery Tutorial - By Bally Chohan

  • View
    667

  • Download
    1

Embed Size (px)

DESCRIPTION

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

Citation preview

Page 1: jQuery Tutorial - By Bally Chohan

Beginning

-By Bally Chohan

Page 2: jQuery Tutorial - By Bally Chohan

Introduction

Ralph Whitbeck

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

Blog: http://ralphwhitbeck.com

Twitter: RedWolves

-Bally Chohan

Page 3: jQuery Tutorial - By Bally Chohan

Introduction

Tip Jar is open  Tips can be sent via paypal

[email protected]

*Speaker Note*

Pause so audience can write down address -Bally Chohan

Page 4: jQuery Tutorial - By Bally Chohan

Setting Expectations

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

-Bally Chohan

Page 5: jQuery Tutorial - By Bally Chohan

Setting Expectations

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

o Beginning jQuery 

-Bally Chohan

Page 6: jQuery Tutorial - By 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

Page 7: jQuery Tutorial - By 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

Page 8: jQuery Tutorial - By Bally Chohan

Setting Expectations

• This talk is for those just starting out with jQuery

• We'll explore jQuery's history

-Bally Chohan

Page 9: jQuery Tutorial - By 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

Page 10: jQuery Tutorial - By 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

Page 11: jQuery Tutorial - By 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

Page 12: jQuery Tutorial - By Bally Chohan

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

Page 13: jQuery Tutorial - By 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

Page 14: jQuery Tutorial - By Bally Chohan

How jQuery Works

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

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

$("ul#nav li:first")

-Bally Chohan

Page 15: jQuery Tutorial - By Bally Chohan

Thank You

-Bally Chohan