Solved
I have created a Accordion Component and also created clientlib but in that the JS is not getting applied for that please suggest me

After clicking on the plus icon nothing is happening ...

After clicking on the plus icon nothing is happening ...
Hello @monish_gavali ,
Two things I will suggest-
1. Make sure you set the allowproxy in clientlib, (allowProxy="{Boolean}true")
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="cq:ClientLibraryFolder"
allowProxy="{Boolean}true"
categories="[your.component.clientlib.name]"/>
2. Make sure you added the JS script into customfooterlibs.html. This means your script is at the bottom of your page. Also please check in the source tab your JS is loaded.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.