Yes, either using onEnd or onWin depending on if you want only winning spins, or non-winning spins too.
Copied directly from the readme:
onEnd : $.noop, // Function: run on spin end. It is passed (finalNumbers:Array). finalNumbers gives the index of the li each slot stopped on in order.onWin : $.noop, // Function: run on winning number. It is passed (winCount:Number, winners:Array, finalNumbers:Array)
Yes, either using onEnd or onWin depending on if you want only winning spins, or non-winning spins too.
Copied directly from the readme:
onEnd : $.noop, // Function: run on spin end. It is passed (finalNumbers:Array). finalNumbers gives the index of the li each slot stopped on in order.
onWin : $.noop, // Function: run on winning number. It is passed (winCount:Number, winners:Array, finalNumbers:Array)