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

    Function init

    • Initializes the add_rows function. Do this once per survey page on which you want to add rows dynamically.

      In order to make the function work, a question battery with at least two items needs to be programmed. The function will hide all items except the first when the page is loaded. The user can add a row (item) by clicking on a plus icon.

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

      Returns void