Skip to content

When recalling to .init(), code register events again #7

@alonheller

Description

@alonheller

I fixed it in my implementation:

use:
$item.off('click');

before:
$item.on('click', function () {
self.select(index + 2);
});

Thanks for this great example !!!

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