- Posts: 10
- 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() { $('.answer_cell_1_A4').css({ 'background-color': 'red', 'opacity': '0.25' }); $('.answer_cell_2_A4').css({ 'background-color': 'red', 'opacity': '0.25' }); }); </script>