Syspons SurveyXact Library Documentation - v1.0.7
    Preparing search index...

    Function init

    • 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>

      For each page the slide out needs to be initialized.

      "<script language='javascript' type='text/javascript'> $(document).ready(function() { ssxlib.slide_out.init(); }); </script>"
      

      Returns void