Hi again,
How do I use this code? I’m not a coder so using the Java format, how do I get this to work?
Here is the window I have:
Qualtrics.SurveyEngine.addOnload(function()
{
/*Place your JavaScript here to run when the page loads*/
});
Qualtrics.SurveyEngine.addOnReady(function()
{
/*Place your JavaScript here to run when the page is fully displayed*/
});
Qualtrics.SurveyEngine.addOnUnload(function()
{
/*Place your JavaScript here to run when the page is unloaded*/
});
Here is the code from the link you sent:
<div id="slider"></div>
var slider = document.getElementById('slider');
noUiSlider.create(slider, {
start: >20, 80],
connect: true,
range: {
'min': 0,
'max': 100
}
});