Hi, I am trying to make an animation with dynamically loaded data. The goal is to start/stop/resume the animation by pressing a button. But I have no idea how the stop-event (button with id="stop" clicked) could interrupt the each-function (which is very fast and only delays displaying (!) the result). I am an absolute jQuery-beginner, so I would really appreciate any help!