Open Aggreyluts opened 7 years ago
any luck on this?
Looks like a reference to the jSlots base
object is set on $el.data("jSlots", base)
.
So after instantiating it, you should be able to make calls directly using that. Something along the lines of this:
var $slot = $('.slot').jSlots();
$slot.data('jSlots').playSlots();
Instead of using the spin event and spinner how can you call it in a functions