Skip to content

Instantly share code, notes, and snippets.

@marketinview
Last active October 23, 2022 16:37
Show Gist options
  • Save marketinview/2b7c60a51defe800c985 to your computer and use it in GitHub Desktop.
Save marketinview/2b7c60a51defe800c985 to your computer and use it in GitHub Desktop.
Qualtrics: Hide Separator Before Question. #qualtrics #js #jq #hide #separator
Qualtrics.SurveyEngine.addOnReady(function() {
jQuery("#"+this.questionId).prev('.Separator').hide();
});
@marketinview
Copy link
Author

See additional Qualtrics solutions at: https://qualtricswiki.tgibbons.com/doku.php

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