Hi Guys,
Im very new to EE and need some help in getting my J Query accordian menu to work.
The official documentation is not very much help at all! Im not sure which tags to use and where. Any help would be greatly appreciated 😊
My very simple code (That currently does not work) can be seen below. (Please note that I have not put any script tags in my header, i am under the impression that if the module is installed then this is not required?
{exp:jquery:script_src ui='accordion'}
<div id="accordion">
<h3><href="#">First header</a></h3>
<p> <div>First content</div><br />
</p><h3><href="#">Second header</a></h3>
<p> <div>Second content</div><br />
</div>
Cheers
Rich