I need to use a javascript function from an external js file inside another js file. This is basically the code I\'ve tried:
$.getScript(\'js/myHelperFile.js
Your first one works fine if you're using JSONP, I do it that way often.