Created
November 28, 2014 13:07
-
-
Save mourdok/153e8414febff9747a0b to your computer and use it in GitHub Desktop.
Auto expand Help Information feature on ServiceNow Survey
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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