Build the actual history slide out. Place one expression containing this function per question that you want to use the history for.
The inserted script needs to get the same id as the question_id. See the following example:
"<script id='QUESTION_ID' language='javascript' type='text/javascript'>$(document).ready(function() { ssxlib.history.get('QUESTION_ID');})</script>" Copy
"<script id='QUESTION_ID' language='javascript' type='text/javascript'>$(document).ready(function() { ssxlib.history.get('QUESTION_ID');})</script>"
The string ID of the question a history slide out should be build for.
Build the actual history slide out. Place one expression containing this function per question that you want to use the history for.

The inserted script needs to get the same id as the question_id. See the following example: