Chaining Asynchronous Methods in jQuery using the Queue
Someone recently asked me whether it would be possible to chain asynchronous events in JavaScript. After a little pondering, I figured out a way to do it with a simple queue. I thought this would be an awesome addition to … Continue reading