tags:

views:

32

answers:

0

Hello, I have some jquery code that removes a table row. The problem is when I remove it, it forces my page to goto the top. The table row has a remove link that removes itself. I am assuming this is the issue that makes it scroll back to the top. I have tried setting the focus of another element outside to be focused after the removal but no joy. I have now used the offset and scrolled to it, but it looks awful. Anybody know how to stop the repositioning.

Thanks