- Posts: 13
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Maybe there is a problem with a js file (missing o wrongly uploaded). You may try to upload again the application... Always prefer the last build ( 160129 )No matter which template I choose...
$(document).ready(function() { $("#progressbar").progressbar({ value: 25 }); ;}); </script> <div id="progress-wrapper"> <span class="hide">You have completed 25% of this survey</span> <div id="progress-pre">0%</div> <div id="progressbar"></div> <div id="progress-post">100%</div> </div> </td>