- Posts: 8
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { alert('Hi, javascript speaking ...'); }); </script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.mask/1.14.16/jquery.mask.js"></script>
<script type="text/javascript" charset="utf-8"> $(document).on('ready pjax:scriptcomplete',function(){ $('#question{QID} input[type="text"]').mask('#.##0', { reverse: true }); }); </script>
Please Log in to join the conversation.
Please Log in to join the conversation.
[color=#339933]<[/color]script src[color=#339933]=[/color][color=#3366cc]"https://cdnjs.cloudflare.com/ajax/libs/jquery.mask/1.14.16/jquery.mask.js"[/color][color=#339933]></[/color]script[color=#339933]>[/color]
Please Log in to join the conversation.
Oh, I didn't know this.results in submitting the IP-address to Cloudflare for every survey visitor.
Please Log in to join the conversation.
We all know that to have a connection between a server and a client an IP-address exchange is needed
Oh, I didn't know this.results in submitting the IP-address to Cloudflare for every survey visitor.
Please Log in to join the conversation.
Please Log in to join the conversation.