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

Hide the "return to table of contents" button when on the table of contents home page.

  • 12 January 2021
  • 1 reply
  • 63 views

Userlevel 6
Badge +5

Can this be done?


1 reply

Userlevel 7
Badge +22

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

Leave a Reply