Hi, I'm getting this error from firebug while trying to load a html page containing jondesigns smoothgallery into a div using mootools request:
ob.toString is not a function imgPreloader.src = this.galleryData[0].image; > jd.gallery.js The smoothgallery/jdgallery code is the unchanged standard code given with the demos. It works fine if it's not dynamically loaded into a div with ajax so I don't believe it's the html or css (and haven included them here). I have evalScripts to true and it's definitely trying to process them. My ajax script is here: http://www.copypastecode.com/codes/view/4620 I think there's a conflict between mootools request and the smoothgallery. Any ideas? Thanks
