stop fadeIn
stop fadeIn
hello@all,
I try to implement a pager for my site.
the user should have the ability to search for different things.
when the user enter a catchphrase he get the result.
Per page there are 10 results which jquery fadeIn.
the issue is that when the user is too quick and click the link for the page 2 while jquery fadeIn the 10 results for the page 1 there is a mess.
some results, which belongs to page one, appear on page 2.
I don't know how to stop the fadeIn chain which was started on page 1 (but the fadeIn chain of page 2 should not be stopped).
I hope you understand my explanation.
Could anyone help?