golden hour
/var/www/html/Digital_Design/assets/js/pages/faq
⬆️ Go Up
Upload
File/Folder
Size
Actions
faq.js
181 B
Del
OK
faq2.js
739 B
Del
OK
Edit: faq2.js
$('#simple_faq .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