Quantcast
Channel: Topics in Category: Can I do this with LimeSurvey? - LimeSurvey forums
Viewing all articles
Browse latest Browse all 17529

filter colums - by: Ben_V

$
0
0
Some solution available in french forum
<script>
 
$(document).ready(function() { 
if ("{INSERTANS:123X456X789SQ001}"=="YES") 
 
$("#question{QID} table.question tbody tr").each(function(){ 
$(this).find('td').eq(1).css("display",'none');
});
$("#question{QID} table.question thead tr").each(function(){ 
$(this).find('th').eq(1).css("display",'none');
});
});
</script>

Viewing all articles
Browse latest Browse all 17529

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>