Jquery Slide to position on click
Posted
by Andy
on Stack Overflow
See other posts from Stack Overflow
or by Andy
Published on 2010-03-24T23:18:29Z
Indexed on
2010/03/24
23:23 UTC
Read the original article
Hit count: 309
jQuery
Here's a scenario...
I have a column. In the column i have multiple divs with text inside each one. A bit like a list of categories. Which ever one is SELECTED gains a different background colour.
What i would like to be able to do is use jquery so that when a different div is clicked on the background colour appears to slide behind the rest of the items until it reaches the one you selected.
Does anyone have any idea if this can be done? And if so any idea on Markup?
Any help is greatly appreciated.
© Stack Overflow or respective owner