$loader (pronounced "money-loader") is a simple script for using either the embedded version of jQuery or loading your own copy but saving a reference in your own scope. The primary use-case for this is in development of code that will be embedded into others' sites.
If you have multiple chained dependencies (other than just jQuery) I instead recommend embedding LABjs and modifying it to leak $LAB from its own scope into yours.