- Posts: 26
- 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.
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { // Remove in row 1 $('#question{QID} tr[id^="javatbd"]:eq(0) .radio-item:eq(0) *').remove(); $('#question{QID} tr[id^="javatbd"]:eq(0) .radio-item:eq(1) *').remove(); // Remove in row 6 $('#question{QID} tr[id^="javatbd"]:eq(5) .radio-item:eq(3) *').remove(); $('#question{QID} tr[id^="javatbd"]:eq(5) .radio-item:eq(4) *').remove(); // Remove in row 7 $('#question{QID} tr[id^="javatbd"]:eq(6) .radio-item:eq(0) *').remove(); $('#question{QID} tr[id^="javatbd"]:eq(6) .radio-item:eq(1) *').remove(); $('#question{QID} tr[id^="javatbd"]:eq(6) .radio-item:eq(3) *').remove(); $('#question{QID} tr[id^="javatbd"]:eq(6) .radio-item:eq(4) *').remove(); }); </script>
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.