Last active
October 23, 2022 16:37
-
-
Save marketinview/2b7c60a51defe800c985 to your computer and use it in GitHub Desktop.
Qualtrics: Hide Separator Before Question. #qualtrics #js #jq #hide #separator
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
Qualtrics.SurveyEngine.addOnReady(function() { | |
jQuery("#"+this.questionId).prev('.Separator').hide(); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See additional Qualtrics solutions at: https://qualtricswiki.tgibbons.com/doku.php