jQuery .when troubleshooting with variable number of arguments
Although Alex did indeed provide a solution to his problem, I found following it a bit difficult. I had an issue similar to his that I solved, and I wanted to share my solution for anyone else who needs to process a variable number of ajax requests. // Array of requests var requests = Array(); … Read more