Skip to content

Unbinding events by namespace not working #4

Description

@marcwhitbread

Possible jQuery bug preventing unbinding of events when destroying.

this works:

$(window).unbind('touchmove');

this doesn't:

$(window).unbind('touchmove.iosmenu-0');
$(window).unbind('.iosmenu-0');

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions