Since hitting the web development world in 2006, jQuery has been a dominant force in shaping the JavaScript scene, enabling easy yet robust dynamic web applications. If you want to know more about jQuery in general, checkout an earlier blog post about why jQuery is so freakin’ awesome. If you’re sold on jQuery and want to learn the basics, read on. At it’s core, jQuery is a JavaScript library that allows you to access, manipulate, and animate virtually any element on a webpage. Need to calculate a total based on three other input fields? Roger that, captain. Want to animate …