Skip to content

Opened and closed events #246

@Blackskyliner

Description

@Blackskyliner

It would be nice to have some events we could just grab with jQuery somehow.

  • modal-opened(sender) // sender is the element which opened the modal
  • modal-closed(sender) // sender is the original one which opened the modal

and maybe "advanced" ones like:

  • modal-redirect(target) // target uri, but I got no real use-case for this atm so its just more like an idea ;)

I know you got those callbacks for that, but they are kind of a hassle in moular js programming... where I got some late bind/execution of JS code etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions