Reputation: 38440
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
Reputation:
Here's a content slider jQuery plugin which you are looking for, give it a try
Upvotes: 2