Hi, I have a page with list data.
When I click on a list item, the Ajax function is called, which populates some date in the right column.
Now wat works: -
I click on an element -> I see load.gif for a few seconds -> data is loading.
When I click on another element in the middle, the first function ends, and only then the second request is executed.
What I want: -
when I click and load ajax, I click between them again, the previous function should stop, and my new request should be executed.
source share