- Posts: 2
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { var qID = 18402; // Hier anpassen $('#question'+qID+' input[type="text"]').autocomplete({ minLength: 2, // This line is optional, signifies number of keystrokes before autocomplete is initiated source: [ "3M", "ABB Entrelec", "ACON", "AMP (Tyco)", "Amphenol", "Apex", "APFEL", "Beckhoff", "Beijing No.3 Machine Tool & Electric Apparatus Factory", "Beijing No.5 Electronic Component Factory", "usw"] }); }); </script>