How to Build Your Own Custom jQuery

Build your custom jQuery library

In this quick tip screencast, Jeffrey Way is going to show you a trick that he bets you don’t know about. Did you know that, as of jQuery 1.8, you can now build a custom version of the library?


Imagine that you’re working on a relatively simple project that doesn’t have any need for jQuery’s AJAX or CSS capabilities? Well, in these cases, it sure is a shame to keep all of that code in the library, if you’re never going to need it. That’s where custom builds come in. By merely running a couple of commands, you can specify that your custom version of jQuery should exclude those two modules.

Comments

Be the first to write a comment

You must me logged in to write a comment.