QQ空间发表说说中包括『情人』、『七夕』等关键字时会触发动画效果。我把动画效果提取出来了,直接把代码放到页面里就可以显示动画。包括红玫瑰、粉玫瑰、三叶草及灯笼样式。在线效果:/demo/valentineDay/调用方式:
- 阅读全文 -
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 ...
- 阅读全文 -
下载 jquery_api_for_dw5.rar安装说明:把压缩包中的shared、Extensions、codehints三个文件夹复制到WinXP:C:\Documents and Settings\Administrator\Application Data\Adobe\Dreamweaver CS5\zh_CN\Configurationwin7:C:\Users\Administ...
- 阅读全文 -
提示:修改任何文件前请先备份!==================================================2013年5月23日更新:不建议做全站修改!修改文件过多,容易出现各种各样的问题。如果只是单纯的首页添加jQuery,建议用这个方法:在首页模板index.dwt底部body前引入jquery文件及以下代码即可解决:
<script type="...
- 阅读全文 -
1,总是从ID选择器开始继承在jQuery中最快的选择器是ID选择器,因为它直接来自于JavaScript的getElementById()方法。例如有一段HTML代码:<div id="content"><form method="post" action="#"><h2>交通信号灯</h...
- 阅读全文 -