For a long time, jQuery reference was leaked into the global namespace. It was decided that instead
of fixing this behavior we should define it explicitly for the following reasons:
1. Developers have begun to depend on it. Removing it now would break existing code
2. There is no longer a concern about conflicting with other libraries such as Prototype