I have searched high and low for an answer and have found similar examples of the problem but the answers do not apply to my scenario. The reality is I am new to this and th
You can save the current scroll amount and then set it later:
var tempScrollTop = $(window).scrollTop(); ..//Your code $(window).scrollTop(tempScrollTop);