I have a div that is initially set to display:none, and uses .slideDown to become visible. It loads a table via ajax.
Due to the slideDown, the height of the containing div increases. I want the height of two other divs to increase simultaneously.
I have a div that is initially set to display:none, and uses .slideDown to
Share
If you want same height for the three divs; Add a css class to three divs like “simultaneously”, after slidedown run the below code