Problem : append(), load correctly elements but automatically scroll at the top of the webpage
Hi,
I have a problem using the append() function of jquery :
I have made a webpage which display 10 photographies, at the bottom of the page there is a link for loading 10 more photographies, this work well, all the elements are correctly loaded via an ajax request,
but the problem is that the webpage automatically scroll at the top instead of staying at the same position
i have no idea of how i can result this problem...