- Posts: 6
- Thank you received: 2
Ask the community, share ideas, and connect with other LimeSurvey users!
tpartner wrote: How did you implement the bootstrap buttons?
Can you attach a small sample survey (.lss file) containing only the relevant questions?
$(document).on('ready pjax:scriptcomplete',function() { $('.bootstrap-radio').on('change', function(e) { if($(this).is(':checked')) { checkconditions($(this).attr('value'), $(this).attr('name'), $(this).attr('type')); } }); });