tags:

views:

50

answers:

1

See example http://www.gigya.com/ (on footer)

there a slide using jquery, somebody help me how make that slide

+1  A: 

You can use a

Easy Slider plugin

Usage

$(document).ready(function(){   
    $("#slider").easySlider();
});

where slider is the id of the container div in which the slides are placed.

rahul
Nice plug-in (:
Kieron