MyBB Community Forums

Full Version: ActivityIndicator();
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.
How to exchange function ActivityIndicator(); to new function in mybb 1.8 ?
spinner = new ActivityIndicator("body", {image: "images/spinner_big.gif"});
Can someone explain me how to enable, and disable spinner ?
Just check how it's done in core files - MyBB simply uses the .show() and .hide() jQuery functions when needed, for instance: https://github.com/mybb/mybb/blob/featur...ead.js#L90
https://github.com/mybb/mybb/blob/featur...xml#L11396