1 / 15

jQuery Tutorial- By Bally Chohan

This tutorial of jQuery is provided by Bally Chohan for beginners of jQuery. This will definitely help them

Download Presentation

jQuery Tutorial- By Bally Chohan

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Beginning -By Bally Chohan

  2. Ralph Whitbeck Senior Web Application Engineer  BrandLogic Corporation http://brandlogic.com Blog: http://ralphwhitbeck.com Twitter: RedWolves Introduction -Bally Chohan

  3. 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

  4. Setting Expectations • This begins the first part of a three part beginners track -Bally Chohan

  5. Setting Expectations • This begins the first part of a three part beginners track • Beginning jQuery  -Bally Chohan

  6. Setting Expectations • This begins the first part of a three part beginners track • Beginning jQuery • Extending jQuery - Understanding plugins -Bally Chohan

  7. Setting Expectations • This begins the first part of a three part beginners track • Beginning jQuery • Extending jQuery - Understanding plugins • Beginning jQuery UI -Bally Chohan

  8. Setting Expectations • This talk is for those just starting out with jQuery • We'll explore jQuery's history -Bally Chohan

  9. Setting Expectations • This talk is for those just starting out with jQuery • We'll explore jQuery's history • Meet the core team -Bally Chohan

  10. 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

  11. 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

  12. 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

  13. Benefits to jQuery • Well documented (http://docs.jquery.com) • Thriving community of developers • Blogs  • Twitter • Online Tutorials • Books • Conferences • Classes -Bally Chohan

  14. $("div") $("div#intro h2") $("div.section > p") $("a[href='http://www.jquery.com']") $("ul#nav li:first") How jQuery Works -Bally Chohan

  15. Thank You-Bally Chohan

More Related