jQuery .stop() all animation

How can I use jQuery's .stop() to stop all animations and not just for one specific selector.

In my use case, I don't know the element being animated.

Does this function bubble? Can I do something like $(document).stop(true, false); ??