Thursday, November 27, 2014

Introduction to jQuery, from MicrosoftLearningExperiences

jQuery 101: Learn exactly what jQuery is and why you've heard so much about it. Explore considerations, such as when to take jQuery as a dependency and how to include it locally or via a CDN, and find out about the history and contributors to this very popular JavaScript library.​


Selection: Arguably the most powerful offering of jQuery over raw JavaScript, at least in the early days, was its ability to select one or more DOM elements using the popular CSS syntax. Take a look at this feature and how you can use it to select exactly what you need to manipulate.


Manipulating the DOM: Learn about selecting the elements you need, and see how to manipulate them.​


Events: One of the other super helpful features of jQuery is its provision for event handling. See how to tie your code up to user events so that the right thing happens at the right time.​


Effects: Effects give jQuery-enabled apps a little bit of jazz. Get the details on effects, like fades, slides, and other animations.​


Ajax and Async: Modern web apps don't just do a fetch and then sit there. There are often a lot of behind-the-scenes calls to web services and other online content. Take a look at how jQuery covers this case.​


Libraries: jQuery is obviously not the only library out there and may not be the right tool for the job. If you're wondering whether you should use it and curious about what other libraries it works well with, be sure to check out this module.​​



~ MicrosoftLearningExperiences