5 ms·
I have to fire the url twice in chrome in console I get uncaught ReferenceError: $ is not defined Is it firing some code before it can load Jquery?
by startswithaj 13y ago
I have to fire the url twice in chrome in console I get
uncaught ReferenceError: $ is not defined
Is it firing some code before it can load Jquery?
- startswithaj 13y agoIt needs a $ on the first line of shortly.js (function() { >>>$(function() {
- lucaspiller 13y agoI'm the creator. Fixed now :)