1
this happens because of your wrong JS code
remove the last 2 JS function you have posted and use this:
- $("#collapse1").on('hidden.bs.collapse', function(){
- $('#collapse2').collapse('show');
- });
0
@Monica,
can you extract your code only HTML,JS,jquery in an HTML file and post it as attachment .zip, then I can help further
0
But this also not working