I am using jQuery UI Accordion in my App,
one problem I have is:
inside the 2nd tab, there is a very long form.
Everytime when user come to the 2nd tab, the page automatically scroll down to the bottom of the form. even after I hard code and set the focus to the first text box of the form.
any ideas?
thank you all in advance
Well i have tried to sue focus while index change, however, at least, it doesn’t work for me.
here is my final solution which is turn off the animation in accordion UI:
Thank you for your answer.