Hi,
Im using slidetoggle effecto to show/hide some form (form1), and hide/ show other form (form2). So when form1 is hiding, form2 is showing. Now Im trying to focus some input when the effect has finished, for example form1.myInput, but im not able... When I try to do it in a callback, it focus, but the form is not visible after the toggle. I think the problem is that callbak is called while running the effect. Is there any way to call a function after the effect has finished, and not during the effect?