Uncaught TypeError: e[b] is not a function
-
I’m getting the following error in my javascript console. I’m thinking its a bootstrap conflict with jquery-ui, but I don’t know how to fix it.
bootstrap.min.js?ver=20180301:6 Uncaught TypeError: e[b] is not a function
at HTMLAnchorElement.<anonymous> (bootstrap.min.js?ver=20180301:6)
at Function.each (jquery.js?ver=1.12.4:2)
at jQuery.fn.init.each (jquery.js?ver=1.12.4:2)
at jQuery.fn.init.b [as tooltip] (bootstrap.min.js?ver=20180301:6)
at bookacti_init_tooltip (global-functions.min.js?ver=1.6.1:1)
at HTMLDocument.<anonymous> (forms.min.js?ver=1.6.1:1)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at Function.ready (jquery.js?ver=1.12.4:2)
at HTMLDocument.K (jquery.js?ver=1.12.4:2)The page I need help with: [log in to see the link]
- The topic ‘Uncaught TypeError: e[b] is not a function’ is closed to new replies.