- Posts: 7
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" charset="utf-8"> $(document).on('ready pjax:scriptcomplete',function(){ var d = new Date(); var dow=d.getDay(); if (dow==4) { $(".myHelp").text("Tomorrow is Friday"); } else { $(".myHelp").text(""); } }); </script>