Re: [jQuery] Dynamically modifying the content of the carousel

2007-03-07 Thread phplord
May I see your sample code please... tHanks for your reply PaulMWatson wrote: I ran into the same problem. My simple solution is to destroy everything jCarousel creates in the DOM, create your UL/LI list again and run .jcarousel against the new list. It is like a reinit. The way I

Re: [jQuery] Dynamically modifying the content of the carousel

2007-03-07 Thread phplord
thanks friend,you saved my life I appreciate you... PaulMWatson wrote: I can't give you actual code as it is in a work project but here is how it goes. First your HTML, just the wrapper really: div class=wrapper /div Then your JS: function loadCarousel() { // Destroy

Re: [jQuery] Dynamically modifying the content of the carousel

2007-03-05 Thread phplord
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

Re: [jQuery] Dynamically modifying the content of the carousel

2007-03-05 Thread phplord
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

Re: [jQuery] Dynamically modifying the content of the carousel

2007-03-05 Thread phplord
I have been trying to modify the code of http://sorgalla.com/projects/jcarousel/example_dynamic_ajax.html ajax based jCarousel Your can see my modified version in http://pastebin.ca/382683 here There are some texts within spans like lt;span class=lin cid=Xgt;link 1lt;/spangt; the aim is to

Re: [jQuery] Dynamically modifying the content of the carousel

2007-03-05 Thread phplord
I need guidance for help... 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