Skip to content

Instantly share code, notes, and snippets.

@skateman
Last active June 14, 2018 10:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skateman/4a0befbee19be7825b9492eae21d807e to your computer and use it in GitHub Desktop.
Save skateman/4a0befbee19be7825b9492eae21d807e to your computer and use it in GitHub Desktop.
$('#submissionInstructionsHeader').remove();
$('#FwkErrorBeanId').remove();
$('#PreHeaderLayout').remove();
$('#DefaultFormName > table').remove();
$('#LLAOutput').remove();
$('#ConfirmationPgStackLayout tbody').children[1].remove();
@Glutexo
Copy link

Glutexo commented Mar 12, 2018

console.log($('#xxrhbarcode').value); prints mail subject into console. From there it is easily copiable unlike from the readonly form field.

@Glutexo
Copy link

Glutexo commented May 9, 2018

$('#ConfirmationPgStackLayout tbody').children[1].remove(); can save some vertical space.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment