It's an alias for the same thing. If you want to use jQuery on the same page as other libraries that use the $
symbol, you can use jQuery with the .noConflict() option. This will allow you to use $
for the other library and jQuery
for the jQuery library.