jCarousel problem - reloading content
I am using the jCarousel plug-in to auto-scroll through selected property listings -- i.e. HTML with image tags, associated text and links - the content is pulled from a database initially using PHP. This all works great....
The issue arises because there is a separate search form which generates new HTML content via an AJAX call - this fresh content needs to replace the original HTML being scrolled with jCarousel... I have tried various options including calling stopAuto(),reset(), reload() methods (after removing and replacing the original content from the DOM) none of which seem to work.. so can someone tell me what steps are required to achieve a successful content refresh/reload?
Many thanks in advance!
Rich