I have seen many scripts for accordion on the internet, but haven’t found anything which meets my needs. I want to make a plugin for accordion just like that which Facebook uses. It should work like this:
- Click to open and close.
- Add style class while open.
- Close upon an outside click. It should not close when click event is inside the accordion box.
Is there any way to achieve this? Please help if you know. I am new to jQuery…
Thanks in advance.
No need for a plug-in when 15 lines of code will solve it: it’s about changing the order of the click events that trigger on a specific DOM element and on the window using setTimeout.
And here’s the demo
If it does what you need then you can accept the answer and happy coding!