- Posts: 16
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
<script type="text/javascript" charset="utf-8"> $(document).on('ready pjax:scriptcomplete',function(){ $('#Q1.SQ001 input[type="text"]').mask('#.##0', { reverse: true }); }); </script>
Please Log in to join the conversation.