Reputation: 1101
I have the following HTML: My Fiddle
I want the <p>
elements and their text to vertically scroll from bottom to top.
How do i do this with jQuery without using any plugin?
Thanks in advance
Upvotes: 0
Views: 3540
Reputation: 5418
I wrapped all your p tags within another div to make targeting and moving easier, but that should be what you're looking for.
Upvotes: 2