Guest User

Untitled

a guest
Dec 10th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. Uncaught ReferenceError: $ is not defined
  2.  
  3. <head>
  4. <meta name = "viewport" content="width=device-width, initial-sclase=1">
  5. <title>Create</title>
  6. <link rel="stylesheet" type="text/css" href="Stylesheets/main.css"/>
  7. <link rel="stylesheet" href="Bootstrap/css/bootstrap.min.css"/>
  8. </head>
  9.  
  10.  
  11.  
  12.  
  13. <body>
  14.  
  15.  
  16. <button class="btn btn-success" onclick="$(this).hide();">Clickit</button>
  17.  
  18.  
  19. <! --- scripsts
  20. <! --- bootstrap js files
  21. <script src="Bootstrap/js/jquery.min.js"></script>
  22. <script src="Bootstrap/js/bootstrap.min.js"></script>
  23. <! --- my java script file
  24. <script src="javascripts/main.js"></script>
  25.  
  26. </body>
  27.  
  28. util.js:56 Uncaught TypeError: Cannot read property 'fn' of undefined
  29. at util.js:56
  30. at util.js:10
  31. at bootstrap.min.js:6
  32. at bootstrap.min.js:6
  33.  
  34. Failed to load resource: the server responded with a status of favicon.ico:1
Add Comment
Please, Sign In to add comment