jQuery Horizontal Ticker with Continuous loop
Posted
by Dkong
on Stack Overflow
See other posts from Stack Overflow
or by Dkong
Published on 2010-04-25T17:02:55Z
Indexed on
2010/04/25
17:33 UTC
Read the original article
Hit count: 787
jQuery
|news-ticker
I am using a jQuery ticker which is pretty cool. It works well with predefined content, but I want to build my tags dynamically by getting the data from a feed via the $.ajax method.
http://progadv.uuuq.com/jStockTicker/
The problem is when I do this the ticker wont work, as it looks like the function might be loading before my page content has loaded. Can anbody think of a way around this?
$(function() {
$("#ticker").jStockTicker({interval: 45});
});
© Stack Overflow or respective owner