Search code examples
javascriptjqueryticker

how can create this news ticker?


i have been saw this news ticker at top of : http://www.aja.ir/portal/Home/Default.aspx how can create that,what is it's solution? i need one sample on javascript or Jquery,or one tutorial about it, Regards. Sam


Solution

  • Check out the jQueryNewsTicker

    <script src="/js/jquery.ticker.min.js" type="text/javascript"></script>
    
    <div class="homeNews">
        <div id="ticker-wrapper" class="no-js">
            <ul id="js-news" class="js-hidden">
                <li class="news-item"><a href="news.php?i=2">Our New Website Has Launched</a></li>          
            </ul>
        </div>  
    </div>