I work with php
I have this:
<i id="imicon" data-toggle="collapsed" class="ft-circle toggle-icon"></i>
when you click in this icon, the data-toggle will be changed to 'expanded'; I have this icon in another pages
In general, when you open one page that includes this icon, it is collapsed! But I want this: For example, in the first page, I have clicked on this icon and it is expanded now; When I open the second page, still, I want it to be expanded!
with clicking on the icon, data-toggle will be 'expanded' and class will be 'ft-disc ...'
Please help me how to keep the last changes and use them in other pages