jQuery Countdown Plugin

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-15 07:43:57

软件介绍

This is a simple countdown plugin which displays a countdown effect.
The usage could't be simpler, just one line. For example:

$('span.countdown').countdown({seconds: 30});

You can add an option called 'callback', like this:

$('span.countdown').countdown({seconds: 30, callback: 'hello_world()'});

Then the function 'hello_world()' will be excuted when time out.

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

Python极客项目编程

Python极客项目编程

Mahesh Venkitachalam / 王海鹏 / 人民邮电出版社 / 2017-5 / 69

Python 是一种强大的编程语言,容易学习而且充满乐趣。但掌握了基本知识后,接下来做什么? 本书包含了一组富有想象力的编程项目,它们将引导你用Python 来制作图像和音乐、模拟现实世界的现象,并与 Arduino 和树莓派这样的硬件进行交互。你将学习使用常见的Python 工具和库,如numpy、matplotlib 和pygame, 来完成以下工作: ● 利用参数方程......一起来看看 《Python极客项目编程》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

URL 编码/解码
URL 编码/解码

URL 编码/解码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具