Initializes the disable_buttons function. If you want to disable the previous and next buttons on a page, add this code to an expression on the page.
"<script language='javascript' type='text/javascript'> $(document).ready(function() { ssxlib.disable_buttons.init(); }); </script>" Copy
"<script language='javascript' type='text/javascript'> $(document).ready(function() { ssxlib.disable_buttons.init(); }); </script>"
Initializes the disable_buttons function. If you want to disable the previous and next buttons on a page, add this code to an expression on the page.