I am facing an issue on my website where the page scrolls up to the top after an AJAX call triggered by multiple jQuery plugins. I have been struggling to identify which plugin is causing this problem.
Unfortunately, I cannot provide the specific code as I am not sure which plugin is at fault. Is there a simple method to pinpoint why the page is scrolling up following an AJAX request?
You can find a test project hosted at (Please excuse the self-signed SSL certificate).
To replicate the issue, search for Brisbane (wait for autocomplete and select Brisbane, Queensland, Australia) and leave the dates blank. At the end of the hotel list, there is a "Show More Deals" button. When clicked, it loads an additional 200 hotels but unfortunately causes the page to scroll back to the top, requiring users to manually scroll down again.
Is there a straightforward way to identify which element or plugin is responsible for this unexpected scrolling behavior?
I have already attempted to use Chrome Inspector and Firebug without success in finding the offending code.
Thank you for any assistance provided.