Uncaught TypeError: undefined is not a function on loading jquery-min.js

Assuming this problem still has not be resolved, a lot of individual files don’t end their code with a semicolon. Most jQuery scripts end with (jQuery) and you need to have (jQuery);.

As separate files the script will load just fine but as one individual file you need the semicolons.

Leave a Comment