Bootstarap: want to trigger some costum events on layout change
- by DS_web_developer
So, there are some events in my app that changes layout on my page (re-position of the elements)...
mostly is done by bootstrap collapsing and fading (tabs, collapsibles, accordions)...
I would like to fire an event whenever a change is about to happen and another when the change is done..
right now I came out with something like that
…