Hi, Is there a way to fired the slots start event when i click on an element but not like you have the plugin right now, i mean something like:
$('selector').click(function(){
//Get Ajax request with new array
var _endNumber = $.ajax() //etc
slots.endNumbers = _endNumber;
slots.start();
}
Thanks in advance for your help.