Finds a div with a slide-out attribute and initializes a slide out from it.
Expects the following structure.
<div slide-out="SLIDE OUT TITLE"> CONTENT // can be HTML</div> Copy
<div slide-out="SLIDE OUT TITLE"> CONTENT // can be HTML</div>
For each page the slide out needs to be initialized.
"<script language='javascript' type='text/javascript'> $(document).ready(function() { ssxlib.slide_out.init(); }); </script>" Copy
"<script language='javascript' type='text/javascript'> $(document).ready(function() { ssxlib.slide_out.init(); }); </script>"
Finds a div with a slide-out attribute and initializes a slide out from it.
Expects the following structure.
For each page the slide out needs to be initialized.