Hello, I'm building a web app that loads content with $.ajax and then injects the content in a contentCol...
problem is every time this happens it scroll the browser down. Is there a global way to prevent this and just keep the scrollbar where the user was initially before calling the AJAX?
Thx