- Posts: 29
- Thank you received: 2
Ask the community, share ideas, and connect with other LimeSurvey users!
What apps or services do you use to listen to podcasts? <!-- JS file --> <script src="https://antennapod.org/assets/js/jquery.easy-autocomplete.min.js"></script> <!-- CSS file --> <link href="https://antennapod.org/assets/css/easy-autocomplete.min.css" rel="stylesheet" /> <script type="text/javascript"> var options = { url: "https://antennapod.org/assets/datasets/PodcastApps.json" }; var thisQuestion = $('#question{QID}'); var input = $('.answer-item input:text.form-control', thisQuestion); input.easyAutocomplete(options); </script>
Please Log in to join the conversation.
<script type="text/javascript"> $(document).on('ready pjax:scriptcomplete',function(){ var options = { url: "https://antennapod.org/assets/datasets/PodcastApps.json" }; var thisQuestion = $('#question{QID}'); var input = $('.answer-item input:text.form-control', thisQuestion); input.easyAutocomplete(options); }); </script>
Please Log in to join the conversation.
Never mind, I tested using my script and your absolute paths and it works.We cannot test without the JSON file. Can you attach a sample file?
Please Log in to join the conversation.
Please Log in to join the conversation.