Conflict with Motools
Hi,
I am adding this into gantry framework. they use Motools. when i add this then i got extra request from motools of the request url for each item. Please see the image

Please advice me what should I do?
Same problem. If I call collageplus with mootools.js on the same page then mootools goes haywire making thousands of ajax request. jQuery is in noconflict mode so there should be no problem with $ identifier. No idea how to debug this :(
I was able to detect the cause of the problem and solve it. Cause: triggering load event was causing mootools to load the page over and over Suggested Fix: instead of triggering the load event we can create a custom event loadc and bind that to image.complete or load event This fix is applied in my fork https://github.com/AfzalH/jquery-collagePlus
Thanks for the PR. Taking a look.