Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. (index):728 Uncaught TypeError: jQuery(...).YouTubePopUp is not a function
  2. at HTMLDocument.<anonymous> ((index):728)
  3. at i (jquery-1.12.4.min.js:2)
  4. at Object.fireWith [as resolveWith] (jquery-1.12.4.min.js:2)
  5. at Function.ready (jquery-1.12.4.min.js:2)
  6. at HTMLDocument.K (jquery-1.12.4.min.js:2)
  7.  
  8. <script type="text/javascript" src="js/YouTubePopUp.jquery.js"></script> <!-- Youtube Video Popup js -->
  9. <script type="text/javascript">
  10.  
  11. jQuery(function(){
  12. jQuery("a.bla-1").YouTubePopUp();
  13. jQuery("a.bla-2").YouTubePopUp( { autoplay: 0 } ); // Disable autoplay
  14. });
  15. </script>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement