Hi, I have two layers. One of them changes the size if the inner elements raising its height. Now I want to mirror the size of that container and tell the other layer to have the same size. I know, I can add a function which should be called, after an effect takes place, but I also want to have the same effect for the other layer synchrone.
How to do that with jQuery? :)