Hy all, I'm new at this forum and I hope you can help me.
I have this jquery in my website but I'm very confused when I want to make this newsticker auto refreshbecause this newsticker connected to database
code :
can you solve my problem?? pleaseCode:function ticker(){ $('.slide li:first').slideUp(function(){ $(this).appendTo($('.slide')).slideDown(); }); } setInterval(function(){ticker()},3000);
I'm really sorry, my English so bad >_<



because this newsticker connected to database
Reply With Quote

Bookmarks