Defind getScript method
Defind getScript method
Hello,
i have a personal jQuery file, and i need to add in it the definition of getScript() method to use it to load js files, i try this code :
- this.getScript= function (a, c) { return get(a, b, c, "script") }
??