Iam implementing cufon on infinite carousel. The problem is that when carousel dynamically generates next loop cufon dont shows there in that loop. Is there any fix? and Is there any way to implement cufon on dynamically generated text?
Here is the Demo link
http://hashmatabbas.zxq.net/demo/
click on right button and after two scrolls the cufon disappears
Edit the jquery.jcarousel.js and add
within the next & previous functions.
So for example, currently on 06/28/11 I'm using Version: 0.2.8 from http://sorgalla.com/jcarousel/ the code you want to modify starts on line 455, see sample below:
Try to use Cufon.replace instead Cufon.refresh
You need to trigger
Cufon.refresh();
like so: