登陆 | 注册

jQuery实现注释叠加效果

更新日期:2012-02-06   Views  图像&相册&Image Effects

jQuery实现注释叠加效果$portfolio.find('.zoom_overlay').bind('click',function(){var $elem = $(this);var $image...

jQuery+CSS3实现漂亮大气的动画菜单效果

更新日期:2012-02-06   Views  图像&相册&Image Effects

jQuery+CSS3实现漂亮大气的动画菜单效果

jQuery实现图片淡入交叉过渡效果

更新日期:2012-02-06   Views  图像&相册&Image Effects

jQuery实现图片淡入交叉过渡效果// when the DOM is ready:$(document).ready(function () {// find the div.fade elements an...

logo特效(jQuery)

更新日期:2012-02-06   Views  图像&相册&Image Effects

logo特效(jQuery)var Header = {// Let&#39;s write in JSON to make it more modularaddFade : function(selector){$("<spa...

jQuery插件-ImageView(图片放大效果)

更新日期:2012-02-06   Views  图像&相册&Image Effects

jQuery插件-ImageView(图片放大效果)<script type="text/javascript">$(function() {$('#imageView_container').imageView({width: 800, height:500});});</script>

一个不错的CSS3图片效果

更新日期:2012-02-06   Views  图像&相册&Image Effects

一个不错的CSS3图片效果

jQuery+CSS3实现溜溜球动画效果

更新日期:2012-02-06   Views  图像&相册&Image Effects

jQuery+CSS3实现溜溜球动画效果HTML:<div id="container"><div id="hand-back"></div><div id="hand-front"></div><div id="string"></...

多样式的jQuery幻灯特效【推荐】

更新日期:2012-02-03   Views  幻灯片&滑动&Slideshow

多样式的jQuery幻灯特效

jQuery+CSS3实现很有特点的圆圈幻灯效果

更新日期:2012-02-03   Views  幻灯片&滑动&Slideshow

jQuery+CSS3实现很有特点的圆圈幻灯效果HTML:<div class="cn-nav"><a href="#" class="cn-nav-prev"><span>Previous</span><div style=...

jQuery时尚背景幻灯图片效果【推荐】

更新日期:2012-02-03   Views  幻灯片&滑动&Slideshow

jQuery时尚背景幻灯图片效果【推荐】HTML:<!DOCTYPE html><html lang="en" ><head><meta charset="utf-8" /><title>Cool Background...

很棒的图片相册幻灯焦点效果(jQuery)

更新日期:2012-02-03   Views  幻灯片&滑动&Slideshow

很棒的图片相册幻灯焦点效果(jQuery)

无缝垂直循环滚动效果(jQuery)

更新日期:2012-02-03   Views  幻灯片&滑动&Slideshow

无缝垂直循环滚动效果(jQuery)$('.myclass').vTicker({speed: 500,pause: 3000,showItems: 3,animation: 'fade',mousePause: false,height: 0,direction: 'up'});

漂亮时尚实用的jQuery插件【推荐】

更新日期:2012-02-03   Views  幻灯片&滑动&Slideshow

漂亮时尚实用的jQuery插件【推荐】

jQuery仿 Apple slideshow banner效果

更新日期:2012-02-03   Views  幻灯片&滑动&Slideshow

jQuery仿 Apple slideshow banner效果jQuery:function nextA() { // function$(&#39;#blockB&#39;).css({bottom: 0});// set sty...

jQuery关门开门动画焦点幻灯效果

更新日期:2012-02-03   Views  幻灯片&滑动&Slideshow

jQuery关门开门动画焦点幻灯效果jQuery//below here preload the image in the simplest form$(function(){for(i = 1; i < 5;...