开发者

how can create this news ticker?

开发者 https://www.devze.com 2023-03-01 07:56 出处:网络
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 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 o开发者_StackOverflowne sample on javascript or Jquery,or one tutorial about it, Regards. Sam


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>


If you need help about Jquery, I would recommend looking at the Jquery Page and searching for a Plugin there.

0

精彩评论

暂无评论...
验证码 换一张
取 消