This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script> | |
<script> | |
//Replace with ID of your collapsible page section | |
var toggleSection = $('#lp-pom-block-9'); | |
//Replace with ID of box containing hidden/visible content | |
var toggleContent = $("#lp-pom-box-16"); | |
//Replace with ID of button that toggles section | |
var toggleButton = $("#lp-pom-button-14"); | |
// Height of section to show/hide |