Quantcast
Channel: Toolset » All Posts
Viewing all articles
Browse latest Browse all 20145

Reply To: [Waiting for user confirmation] Using js for bootsrap accordion in content template view

$
0
0

Thank you! Also with the newest version of boostrap this code worked for me:

$(".accordion-body").on("shown.bs.collapse",function(event){
$('span', $(this).prev()).text('-');
});
$(".accordion-body").on("hidden.bs.collapse",function(event){
$('span', $(this).prev()).text('+');
});


Viewing all articles
Browse latest Browse all 20145

Trending Articles