I'm looking for a plug-in that will provide me with accordion functionality for body content, NOT sidebar content.
I found JQuery UI functionality, but am completely confused as to how to install the latest version of JQuery and then the accordion functionality on top of that. Is it easier than it sounds?
Accordion functionality
Started by
elyons3683
, Feb 25 2010 08:28 PM
1 reply to this topic
#1
Posted 25 February 2010 - 08:28 PM
#2
Posted 25 February 2010 - 09:08 PM
I've just figured out how to get the js code uploaded, but the code I'm using within my page isn't working. The code is:
<div id="accordion">
<div>First content</div>
<div>Second content</div>
</div>
I'd like the "First header" to be the text that the user clicks on to "open" that section and the "first content" to be the content the user sees when he does so.
At present, the "first header" is just showing up as a link with the "first content" underneath it. The accordion functionality does not exist.
Does anyone know what I've missed?
Thank you!










