Hello,
For my application, I use the hover intent add-on for mouse over/out panels. This extension works on every page of my application except for one, and unfortunately the problem only happens in production and not development.
In this one page, the problem that occurs is that hoverIntent is not a function. Again, this works in all of the other pages, but not this one.
I put a breakpoint in where the script adds on the plugin, and I test that jQuery.fn.hoverIntent and $(this).hoverIntent is a valid method (and it is). But soon as the page runs to where my code that uses the hoverIntent method, it is undefined...
I'm not sure where to start. Any ideas?
Thanks.