Hi
I'm going through steps in my wiz
The 2nd. step has a form (ajax submit)
If all goes fine in step 2, it will go to step 3 and show #divOK
If it fails, it will go to step 3 but show #divError
The problem is that they both have different heights
Is there a way to set #step-3 container's height dynamically, after $ajax.done finished or after showing step 3 ?
Thanks