How to cre a simple toggle?
Hello to everyone reading this!
I want to create a div toggle like ui accordions which have arrow icons and changes the icon in opened or collapsed situations.
actually like ui accordion (example 1) but I want it to open multiple items and can be collapsed.
also I added my code into jsfiddle. notice iwant to change those + and - texts to icons
http://jsfiddle.net/b59Su/
and I also want to have a different style for current item (which is selected)
Thank you in advanced!
Alireza.M