Guest User

Untitled

a guest
Nov 23rd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $.getScript("/MySubFolder/bundle.js")
  2. .done(function () {
  3.  
  4. })
  5. .fail(function (jqxhr, settings, exception) {
  6. var a = jqxhr; //object with methods
  7. var b = settings; //empty
  8. var c = exception; //only "error"
  9. });
Add Comment
Please, Sign In to add comment