golden hour
/var/www/html/Digital_Design/assets/js/components
⬆️ Go Up
Upload
File/Folder
Size
Actions
custom-carousel.js
312 B
Del
OK
custom-countdown.js
1.84 KB
Del
OK
custom-counter.js
2.64 KB
Del
OK
notification
-
Del
OK
session-timeout
-
Del
OK
ui-accordions.js
2.19 KB
Del
OK
Edit: ui-accordions.js
$('#toggleAccordion .collapse').on('shown.bs.collapse', function(){ $(this).parent().find(".icons").html('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-up"><polyline points="18 15 12 9 6 15"></polyline></svg>'); }).on('hidden.bs.collapse', function(){ $(this).parent().find(".icons").html('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>'); }); $('#withoutSpacing .collapse').on('shown.bs.collapse', function(){ $(this).parent().find(".icons").html('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-up"><polyline points="18 15 12 9 6 15"></polyline></svg>'); }).on('hidden.bs.collapse', function(){ $(this).parent().find(".icons").html('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>'); }); $('#iconsAccordion .collapse').on('shown.bs.collapse', function(){ $(this).parent().find(".icons").html('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-up"><polyline points="18 15 12 9 6 15"></polyline></svg>'); }).on('hidden.bs.collapse', function(){ $(this).parent().find(".icons").html('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>'); });
Save