I have two JavaScript files that contain a jQuery function with the same name $().
How can I distinguish between the two identically named functions?
Rename one.
$ = typeof $ !== 'function' ? $ : $foo;