Is it necessary to use the Jquery CSS file for adding icons, or is there an alternative method?
I'm hoping I can avoid using it as I am working within Wordpress and enqueuing the Jquery CSS seems like a complex task for me.
Apologies for the basic question, I am new at this. If there's a simple way to include icons in my accordion, please share. Thank you.
Below is the code I currently have:
$(function() {
$( "#accordion" ).accordion({
active:"false",
header:"h6",
heightStyle:"content",
collapsible: true,
});
});