Fixed in Version 2!
How to make ImageBox work with jQuery
ImageBox has a function named `$` which conflicts with the same jQuery function. Follow the steps below to fix this problem: Open imagebox.js Delete the function named: “function $( id )” – It’s near the bottom of the page Using an editor that has a search and replace tool, add in the following info: search: $ replace: document.getElementById then replace all instances.
That should fix the conflicts with jQuery.


296 Purchases
39 Comments