I have been trying to modify the code of
ajax based jCarouselYour can see my modified version in
hereThere are some texts within spans like <span class="lin" cid="X">link 1</span>
the aim is to moidfy the content of carousel when these texts are clicked.As you see these spans have a cid attribute.these are added to jQuery.get URL like xyz.php?cid=X
after click carousel content will be modified the carousel re-initiated...
how can I succeed this, waiting your suggestions...
you can modify the any part of code I wrote above...
anyone can have an idea about this, I need this urgently...
phplord wrote:
I have the similar problem, jCarousel loads full list generated by a php files via DB with same format as TXT file, I try to modify the content of carousel by some links which sends parameters to PHP file...
any improvement in this?
tHanks..
hxela wrote:
Initially my carousel loads /foo and is fed data from the database in order to build the carousel.
I'd like the user to be able to click on a link /foo?search=bar and have the carousel update with the new data.
Any ideas? Would I have to destroy the carousel and re-create it passing in a new url? If so.. any ideas how?
Any help greatly appreciated!