Detecting when XHR request is complete via Google Chrome via jQuery
I have a very large shopping cart page that loads a lot of scripts onto the page initially and later. When the page loads, there is a select drop-down box where you can select an option to reorder the items on the page by price, or by name, etc...
every time a drop-down change is made, an ajax request is called, and then reloads the projects back onto the page and re-sorts them.
My question is how can I detect when then re-ordering is complete? or when XHR request through Google Chrome is complete, via jQuery?
At that point I want to manipulate the DOM
But my problem is that I cannot find where the Ajax request is coming from. But do I need to know that?
Thanks!
*Break through the ice and never look back*