Skip to content

Instantly share code, notes, and snippets.

@marketinview
Last active October 23, 2022 16:36
Show Gist options
  • Save marketinview/77481fc6a36aa7a3d5ca to your computer and use it in GitHub Desktop.
Save marketinview/77481fc6a36aa7a3d5ca to your computer and use it in GitHub Desktop.
Qualtrics: Focus on Text Entry Field #qualtrics #js #jq #text #focus #cursor
Qualtrics.SurveyEngine.addOnload(function() {
jQuery("#"+this.questionId+" .InputText:first").select().focus();
});
@marketinview
Copy link
Author

marketinview commented Nov 14, 2017

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