The only thing that is giving me problems is executing an anonymous function call. I even made an empty call to see if there was problems with the code inside; that isn't the case.
This is the format I write them in:
(function(){})();
I'm positive that that is correct and standard use, but it keeps throwing this error:
Uncaught TypeError: (intermediate value)(intermediate value)(...) is not a function(anonymous function)
The error can be found HERE while the site is running.
the code excerpt above is no different than what's in my program