chrizonline
chrizonline

Reputation: 4979

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 snapshot

Upvotes: 0

Views: 811

Answers (4)

Muhammad Ummar
Muhammad Ummar

Reputation: 3631

Use this JQuery plug in .. its great Image slider

and easy to integrate.

Upvotes: 1

trickwallett
trickwallett

Reputation: 2468

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.

Upvotes: 0

Ortiga
Ortiga

Reputation: 8814

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

I like this one: Cloud Carousel

And this: jCarousel

Upvotes: 1

Exception
Exception

Reputation: 787

i think this is just simple ul li combination and the images

Upvotes: 0

Related Questions