Guest User

Untitled

a guest
Jun 6th, 2015
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (function () {
  2.  
  3.   if ( !window.jQuery ) {
  4.     var s = document.createElement('script');
  5.     s.setAttribute('src', '//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js');
  6.     document.body.appendChild(s);
  7.     console.log('jquery loaded!');
  8.   }
  9.  
  10. })();
Advertisement
Add Comment
Please, Sign In to add comment