Skip to content

Instantly share code, notes, and snippets.

@elijahmanor
Last active December 23, 2015 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elijahmanor/45dc8dcd5c8271c3fc52 to your computer and use it in GitHub Desktop.
Save elijahmanor/45dc8dcd5c8271c3fc52 to your computer and use it in GitHub Desktop.
jQuery-free JavaScript Abstract

jQuery-free JavaScript

Title

jQuery-free JavaScript

Abstract

Many of us started using jQuery because it ironed out many cross-browser issues, it was easy to use, and had a consistent API. However, web browsers these days continue to get better and are following web standards much more closely.

Do we still need jQuery? Has it become a crutch? Can we get away with dropping jQuery as a dependency and use native browser APIs instead? In this session we will explain when it is appropriate to use jQuery and when you might be able to go without it. We will also briefly discuss why jQuery is a good idea and why you may not dismiss its value.

If you decide to use jQuery then we will look at how you can make a custom build that only includes the parts you need. For the majority of this session we will be looking at common jQuery snippets and show how to convert them either using native browser APIs or utilizing popular micro-libraries. We will look at the feature parity between the two; the good, bad, and the uglify.

Bio

Elijah Manor is a Christian and a family man. He works at The Lampo Group (Dave Ramsey) as a front-end web developer. He is a Microsoft Regional Director, Microsoft ASP.NET MVP, ASPInsider, IE userAgent, and a Pluralsight author. He enjoys blogging at http://elijahmanor.com and tweeting (@elijahmanor) about the things he learns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment