Retro Effect

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-11 11:41:39

软件介绍

This is a very little jQuery extension that allow to add an effect to an presetting event.
jQuery.ui.effects required.
retroEffect(event,effect,options,duration,callback)
Example :

$('body').click(function(){ alert('1') }).click(function(){ alert('2') })
.retroEffect('click','highlight',{},'slow',function(){ alert('3') })
.click(function(){ alert('4') }).click(function(){ alert('5') });

The result :
Start Effect -> alert(4) - alert(5)
End Effect -> alert(3) - alert(1) - alert(2)


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

Landing Page Optimization

Landing Page Optimization

Tim Ash / Wiley Publishing / 2008-1-29 / USD 29.99

在线阅读本书 How much money are you losing because of poor landing page design? In this comprehensive, step-by-step guide, you’ll learn all the skills necessary to dramatically improve your bottom li......一起来看看 《Landing Page Optimization》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

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

UNIX 时间戳转换