Nick Vanderbilt
Nick Vanderbilt

Reputation: 38440

jquery slider for html markups

There are tons of jquery sliders for images. However I have some html markups like

<p>JavaScript rocks</p>
<p>jQuery rocks</p>
<p>stackoverflow rocks</p>

Assume each <p> is of size 400x400. I want a jquery slider which can slide each p element one by one.

Upvotes: 2

Views: 137

Answers (2)

user372551
user372551

Reputation:

Here's a content slider jQuery plugin which you are looking for, give it a try

http://bxslider.com/

Upvotes: 2

Related Questions