Question
Format Slider Labels to flank the bar
Hi there,
I'd like to know who to get the labels on this slider question to show up at the right and left side of the bar not below it.
https://fastconsulting.ca1.qualtrics.com/jfe/form/SV_1YQxaOwVigxtClf
I found this code in the support forum but am wondering if there is a version that will put the labels beside the question?
Qualtrics.SurveyEngine.addOnReady(function()
{
/*Place your JavaScript here to run when the page is fully displayed*/
jQuery("#"+this.questionId+" td.BarOuter").css("padding-bottom", "10px");
jQuery("#"+this.questionId+" ul.labels").insertAfter("#"+this.questionId+" div.slider-container");
});
Be the first to reply!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.