Fx Queues
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/fxqueues
软件介绍
Introduction
The jQuery Fx Queues plugin is a global queueing system that
allows to enqueue effects of different elements, but also keeps jQuery’s default
queueing option.
A wait argument was also added to be able to
specify the time to wait before starting the animation.
New arguments added to animate:
- queue: (string) Name of the queue. If it doesn’t exist, it creates the new queue.
- scope: (string) Name of the scope.
- position: (”front”|”end”) Queue position where animation (or scope, if passed) is queued.
- preDelay: (int) Milliseconds to wait before starting the next in queue.
- postDelay: (int) Milliseconds to wait after finishing the animation.
Working with the queues
Now you have a $.fxqueues(”queueName”) to get the queue. The object has three useful methods:
- $.fxqueues(”queueName”).pause()
- $.fxqueues(”queueName”).start()
- $.fxqueues(”queueName”).stop() (The queue is cleared.)
Python Cookbook
Alex Martelli、Anna Ravenscroft、David Ascher / 高铁军 / 人民邮电出版社 / 2010-5-1 / 99.00元
本书介绍了Python应用在各个领域中的一些使用技巧和方法,从最基本的字符、文件序列、字典和排序,到进阶的面向对象编程、数据库和数据持久化、 XML处理和Web编程,再到比较高级和抽象的描述符、装饰器、元类、迭代器和生成器,均有涉及。书中还介绍了一些第三方包和库的使用,包括 Twisted、GIL、PyWin32等。本书覆盖了Python应用中的很多常见问题,并提出了通用的解决方案。书中的代码和方......一起来看看 《Python Cookbook》 这本书的介绍吧!
