How to: fix JavaScript errors caused by jQuery conflicts

Overview/TLDR: I’m gonna show you how to easily fix some weird JavaScript errors or weird behaviour that can occur due to jQuery conflicts. In this example the conflict is causing an error that is preventing pop out images to work. Symptoms of jQuery conflicts can be anything from dysfunctional slideshows, menus, hidden panels, failed module […]

More