Hello,
is there a way to delay the "jump" to an anchor tag on page load using ASP.NET and jQuery?
Actual problem is that i have a jQuery-function that on page load hides all divs of a certain class. Now, when i have an anchor tag in the middle of the page, and link to that anchor, when the page loads the "anchor jump" happens before jQuery has a chance to hide the divs -> user goes to completely wrong part of the page.
greets, J.Arola