jQuery合并图像盒


Today we will show you a nice effect for images with jQuery. The idea is to have a set of rotated thumbnails that, once clicked, animate to form the selected image. You can navigate through the images with previous and next buttons and when the big image gets clicked it will scatter into the little box shaped thumbnails again.

The beautiful photographs are by tibchris and you can find his stunning works on his Flickr page:

http://www.flickr.com/photos/arcticpuppy/

When the window gets resized, the positions of the thumbnails will automatically adapt to fit the screen. We are using the jQuery 2D Transform plugin for the animated rotation. You can find the plugin here: http://plugins.jquery.com/project/2d-transform

When navigating through the full images, we will reveal the next or previous image by removing the current image box by box.

Have fun with the demo and download the ZIP to experiment with this cool effect!
The whole animation looks best in Google Chrome and Apple Safari.

演示地址:http://www.orzbook.com/demo/MergingImageBoxes/index.html

javascript 实现下拉菜单

支持各种浏览器 javascript 实现的下拉菜单,

如图:

演示地址:http://www.orzbook.com/demo/js-menu/index.html

js 实现点击小球水平移动效果

演示地址:http://www.orzbook.com/demo/jsball/demo.htm

jquery trim去除空格

$.trim($username.val());

jQuery Tooltip跟随鼠标提示条 follow the mouse

鼠标经过出现提示,JQUERY 实现

如图:

 

演示地址:http://www.orzbook.com/demo/jquery-tooltip/jqTooltip.html

 

Page 1 of 212»