Skip to content

on_complete event #1

@NewInGit

Description

@NewInGit

Hi, love your project, Is there any event I can define in initialization?
something like this,

$('#stepper_3').stepper({
	initialValue: 50,
	min: -200,
	max: 200,
	stepSize: 5,
        onComplete: function(){
           console.log('finished');
        }
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions