Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. TypeError: $(...).on is not a function
  2.  
  3.  
  4. $nav.on('click', function()
  5.  
  6. TypeError: $nav.on is not a function
  7.  
  8. $nav.on('click', function()
  9.  
  10. TypeError: $(...).tooltip is not a function
  11.  
  12.  
  13. $('*[rel=tooltip]').tooltip()
  14.  
  15.  
  16. TypeError: jQuery(...).find(...).on is not a function
  17.  
  18.  
  19. jQuery(document).find('a[data-toggle="tab"]').on('click', function(e) {
  20.  
  21. tabs-state.js (line 16)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement