Advertisement
Guest User

Untitled

a guest
Jul 30th, 2015
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. (function($) {
  2. $(function() {
  3. var hash = window.location.hash;
  4. $('.nav-tabs a[href="' + hash + '"]').tab('show');
  5. })
  6. })(jQuery)
  7.  
  8. Uncaught TypeError: $(...).ready is not a function
  9.  
  10. Uncaught TypeError: $(...).ready is not a function
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement