Hi, love your project, Is there any event I can define in initialization? something like this, ```javascript $('#stepper_3').stepper({ initialValue: 50, min: -200, max: 200, stepSize: 5, onComplete: function(){ console.log('finished'); } }); ```