Keeping jQuery in Check Segregated DOM makes for a maintainable JavaScript codebase jQuery makes it really easy to work with the DOM and other browser APIs. Almost too easy. Having the almighty $ available to you at all times can lead to an architectural style that I refer to as “jQuery soup.” A jQuery soup codebase is one where adhoc references to $ appear everywhere. AJAX calls and DOM manipulat