- Posts: 105
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
tpartner wrote:
how can I put time counter between % progress bar and question?
Code:<script type="text/javascript" charset="utf-8"> $(document).ready(function(){ $('.group-container').before($('#timer_header')); $('#timer_header').css({ 'margin-top': '0', 'margin-bottom': '0', 'background': 'transparent' }); }); </script>