Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Events fire in wrong order #54

Closed
thomasgallagher opened this issue Aug 31, 2016 · 0 comments
Closed

Events fire in wrong order #54

thomasgallagher opened this issue Aug 31, 2016 · 0 comments

Comments

@thomasgallagher
Copy link

thomasgallagher commented Aug 31, 2016

  $('body').on 'show.bs.offcanvas', '#js-bootstrap-offcanvas', ->
    console.log 'show.bs.offcanvas'

  $('body').on 'shown.bs.offcanvas', '#js-bootstrap-offcanvas', ->
    console.log 'shown.bs.offcanvas'

  $('body').on 'hide.bs.offcanvas', '#js-bootstrap-offcanvas', ->
    console.log 'hide.bs.offcanvas'

  $('body').on 'hidden.bs.offcanvas', '#js-bootstrap-offcanvas', ->
    console.log 'hidden.bs.offcanvas'

screen shot 2016-08-31 at 17 42 40

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

No branches or pull requests

1 participant