- Posts: 3
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
When using jquery something like this should do the trick:rquirola wrote: Denis thanks for the info!
there's probably a simpler way of grouping the dropdown-list, you could tell me please how to hide (via javascript) the title of these dropdown (class = "panel-heading") and border lines (class = "panel panel-default ")
$('.panel-heading').hide(); $('.panel-default').css('border','none');