Hide the "return to table of contents" button when on the table of contents home page. | XM Community
Skip to main content

Can this be done?

Use the below code in header:
if(jQuery("#TOCPage").length)
jQuery("#JumpButton").hide();


Leave a Reply