Advertisement
Guest User

Untitled

a guest
Dec 15th, 2015
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. function load (library) {
  2.  
  3. if (typeof jQuery.ui == 'undefined') {
  4.  
  5. script.src = library;
  6.  
  7. console.log('no2');
  8.  
  9. script.onload = jq_ready();
  10.  
  11. add_script(script);
  12.  
  13. } else {
  14.  
  15. console.log('yes2');
  16.  
  17. jq_ready();
  18.  
  19. }
  20.  
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement