jQuery Builder lets you easily build a custom version of jQuery that just includes the modules you need.
Choose which modules you'd like to include in your custom build:
You can also build a custom version of jQuery using the node.js cli tool.
npm install -g jquery-builder
jquery-builder --exclude ajax,css -m
jquery-builder --help