jQuery TickerType

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-12 09:42:07

软件介绍

The TickerType jQuery plugin allows you to animate a set of headlines or any other list of text items using a typewriter (or "write on") style animation.

Integrating this plugin requires no Javascript coding.
Simply include the .js files

<head>
  <script type="text/javascript" src="jquery-1.2.6.min.js"></script>
  <script type="text/javascript" src="jquery.tickertype.js"></script>
</head>

and add a div tag with an ID of ticker-area containing an unordered list

<div id="ticker-area">
  <ul>
    <li>Sed venenatis diam quis lorem. Curabitur.</li>
    <li>Fusce vehicula iaculis felis. Phasellus congue!</li>
    <li>Morbi vitae enim vel purus sollicitudin.</li>
  </ul>
</div>

See description/download page for detailed instructions:
http://www.hungry-media.com/code/jQuery/tickerType/

Thanks to Paul Robinson for some of the methods used here.

本文地址:https://codercto.com/soft/d/23203.html

JavaScript设计模式

JavaScript设计模式

Ross Harmes、Dustin Diaz / 谢廷晟 / 人民邮电出版社 / 2008 / 45.00元

本书共有两部分。第一部分给出了实现具体设计模式所需要的面向对象特性的基础知识,主要包括接口、封装和信息隐藏、继承、单体模式等内容。第二部分则专注于各种具体的设计模式及其在JavaScript语言中的应用,主要介绍了工厂模式、桥接模式、组合模式、门面模式等几种常见的模式。为了让每一章中的示例都尽可能地贴近实际应用,书中同时列举了一些JavaScript 程序员最常见的任务,然后运用设计模式使其解决方......一起来看看 《JavaScript设计模式》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具