Skip to content

Instantly share code, notes, and snippets.

@mourdok
Created November 28, 2014 13:07
Show Gist options
  • Save mourdok/153e8414febff9747a0b to your computer and use it in GitHub Desktop.
Save mourdok/153e8414febff9747a0b to your computer and use it in GitHub Desktop.
Auto expand Help Information feature on ServiceNow Survey
function onLoad() {
jQuery('a[onclick*="toggle"]:has(img)').each(function(){
jQuery(this).click();
});
}
window.onload = onLoad();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment