Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Destroy Does Not Seem to Work #8

Open
shaney80 opened this issue Dec 15, 2020 · 0 comments
Open

Destroy Does Not Seem to Work #8

shaney80 opened this issue Dec 15, 2020 · 0 comments

Comments

@shaney80
Copy link

shaney80 commented Dec 15, 2020

I might be missing something obvious but I see in the js src that there's a destroy method but I cannot seem to be able to get it to actually remove the buttons and wrapper div.

I'm just trying something simple like...

function destroyIntegerSpinnerControl(input) {
    if (typeof input == 'undefined')
        return;

    var spinner = new ISpin(input);
    if (typeof spinner != 'undefined')
        spinner.destroy();
}

Any suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant