Hello,
A website I'm working on requires that the Prototype framework is included, but I'm also using jQuery for some custom behaviours.
I'm using the jQuery maximage slider plugin almost successfully; the only issue is that it seems to conflict with prototype - yes, even with jQuery's noconflict used - and somehow generates many extra slides.
Please see this example for reference.
Has anyone got the vaguest notion how I can overcome this? Obviously, I'd rather not use extra client-side scripts to remove the unwanted elements after they're created.
Thanks in advance.