jQuery 1.4 精美相册下载 -JS/jQuery代码 -演示与下载 -时代Java

Photo Gallery - Light Theme

This example shows how GalleryView can be used to display a photo gallery with slideshow functionality. Clicking on a frame will jump to that photo, and the overlay caption for each photo contains links to the full image.

This gallery utilizes all default plugin options, setting only the dimensions of the panel and filmstrip frame.

Effet du soleil sur le paysage

Photo by tomharry. View full-size photo here.

Eden

Photo by emsago. View full-size photo here.

Snail on the Corn

Photo by baines. View full-size photo here.

Flowers

Photo by jazza. View full-size photo here.

Alone Beach 2B

Photo by sgursozlu. View full-size photo here.

Sunrise Trees

Photo by a_glitch. View full-size photo here.

Waterfall

Photo by thesaint. View full-size photo here.

Death Valley

Photo by djkmart. View full-size photo here.

Function Call and Options

$('#photos').galleryView({
	panel_width: 800,
	panel_height: 300,
	frame_width: 100,
	frame_height: 100
});
下载代码说明
X关闭

GalleryView 基于jQuery 1.4 精美相册

jQuery GalleryView精美相册程序打包,使用 jQuery1.4插件,本来使用的是jquery 1.3.2,但是想体验一下新版本的强大功能,就用了jquery 1.4,测试没有问题,就是在jquery网站下载的压缩包里没有demo,大家也可以下载研究下。这个相册最新的是2.0版,但是我没研究成功,总报错,最近很忙也没空研究,先把1.1的发上来。