Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. $.getScript(knackCustomApiLocation).done(function( script, textStatus ) {
  2. alert($.fn.jquery);
  3. createRecords(context);
  4.  
  5. })
  6.  
  7. function createRecords(context){
  8. alert($.fn.jquery);
  9. createNewQuotationsForEachUnderwriter(context);
  10. }
  11.  
  12. window.$ = $;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement