160 likes | 321 Views
This tutorial of jQuery is provided by Bally Chohan for beginners of jQuery. This will definitely help them
E N D
Beginning -By Bally Chohan
Ralph Whitbeck Senior Web Application Engineer BrandLogic Corporation http://brandlogic.com Blog: http://ralphwhitbeck.com Twitter: RedWolves Introduction -Bally Chohan
Tip Jar is open Tips can be sent via paypal ralph.whitbeck@gmail.com *Speaker Note* Pause so audience can write down address Introduction -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 • Beginning jQuery -Bally Chohan
Setting Expectations • This begins the first part of a three part beginners track • Beginning jQuery • Extending jQuery - Understanding plugins -Bally Chohan
Setting Expectations • This begins the first part of a three part beginners track • Beginning jQuery • Extending jQuery - Understanding plugins • 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 developers • Blogs • Twitter • Online Tutorials • Books • Conferences • Classes -Bally Chohan
$("div") $("div#intro h2") $("div.section > p") $("a[href='http://www.jquery.com']") $("ul#nav li:first") How jQuery Works -Bally Chohan