I’m trying to re-size iframe height after Bootstrap: collapse plugin transition is finished. Click event doesn’t work because the transition is not finished yet, JavaScript gets the wrong height information. Any Idea to solve this issue?
I’m trying to re-size iframe height after Bootstrap: collapse plugin transition is finished. Click
Share
You need to handle the hidden event on the collapse plugin.
From Docs
As pointed by @Francesc in the comment for Bootstrap 3.0 we have to use