I have a simple news ticker script that taking scrolling text, but i want that it should take contents from rss feed.
Here is the code
Anyone can help me in converting simple ticker too rss ticker?HTML Code:<script type="text/javascript" src="jquery-1.4.2.min.js"></script> <script type="text/javascript" src="jquery.li-scroller.1.0.js"></script> <link rel="stylesheet" href="li-scroller.css" type="text/css" media="screen" /> <script type="text/javascript"> $(function(){ $("ul#ticker01").liScroll(); $("ul#ticker02").liScroll({travelocity: 0.15}); }); </script> <ul id="ticker01"> <li><span>10/10/2007</span><a href="#/ogt/content/news/News183.complete">The first thing that most Javascript programmers</a></li> <li><span>10/10/2007</span><a href="#/ogt/content/news/News175.complete">End up doing is adding some code</a></li> <li><span>10/10/2007</span><a href="#/ogt/content/news/News177.complete">The code that you want to run</a></li> </ul>





Bookmarks