简体   繁体   中英

php and jquery image selector

I was on flickr and I saw this function whereby you can scroll photos (thumbnail) without loading the page. It's probably using jQuery or json but does anyone know whats the proper name for this kind of function or is there any available libraries? I've uploaded a screenshot..

flickr快照

Use this JQuery plug in .. its great Image slider

and easy to integrate.

This looks like a Carousel plugin... There's lots of them

I like this one: Cloud Carousel

And this: jCarousel

我认为这只是简单的ul li组合和图像

You could either use pre-built libraries like the ones mentioned in other answers, or build from scratch.

Generally, these kind of widgets use an AJAX approach, where images are loaded separately from the page, and the animation stuff is achieved using a mixture of JS and CSS.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM