I have a callback function that loads a page of data at a time. The function gets called/triggered when the back and next links are clicked. I run into issues with the animation and the load completing in time when the end user does fast, subsequent clicks of next link and repetitively calls the load function. I realize that this is an async call, but is there a way to queue or pause the loads/animations so that one load is not running before the other one is finished?I have a callback function that loads a page of