Jquery roller/toggle effect
- by Paul Higgins
Hi,
I'm looking for a "roller toggle" in jquery (ideally using a plugin). If I have the following HTML:
<ul>
<li>Option 1</li>
<li>Option 2</li>
<li>Option 3</li>
</ul>
I would like the first option to be displayed and the others hidden. Each time I "tap/click" on an option it displays…