Difference between revisions of "Join Friends of Noolaham"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
<htmlet nocache="yes">joinus</htmlet> | <htmlet nocache="yes">joinus</htmlet> | ||
+ | |||
+ | |||
+ | <h2>Use jQuery toggle to hide/show collapse content</h2> | ||
+ | <div> | ||
+ | <button href="#collapse1" class="nav-toggle">Show</button> | ||
+ | </div> | ||
+ | <div id="collapse1" style="display:none"> | ||
+ | <p>Bla bla bla bla</p> | ||
+ | </div> |
Revision as of 17:42, 27 June 2015
Membership can be on monthly, annually or on installment basis. Please see Friends of Noolaham page for details.
<htmlet nocache="yes">joinus</htmlet>
Use jQuery toggle to hide/show collapse content
<button href="#collapse1" class="nav-toggle">Show</button>