How do i initialize accordion?

Hi, i tried to initialized my accordion in my framework7 , i have one HTML page which look like this at https://jsfiddle.net/e026d7ht/ ,

and i am not very sure about how to do app init, so my accordion is not working when i click on it has all the js and css linked.

i am still trying to brush up my js skills

could some more give me a help on this. thanks a lot.

regards,
kalmen

Change the F7 javascript file you’ve loaded. Replace https://unpkg.com/[email protected]/js/framework7.js
with https://unpkg.com/[email protected]/js/framework7.bundle.js

1 Like

thank you , thank you !