Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Qualtrics.SurveyEngine.addOnload(function() {
  2. jQuery("#"+this.questionId+" .TextEntryBox").each(function() {
  3. var tb = jQuery(this);
  4. tb.css({"float":"none","background-color":"white","width":"100%"});
  5. tb.prev("label").css("display","block").append(" ").append(tb);
  6. });
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement