Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #11720
Closed
Open
Issue created Dec 05, 2013 by Administrator@rootContributor

Add events trigger to affix

Created by: rroblik

I think it can be good to be able to have events available on affix to be abble to fire 3 events :

  • when $("#myAffix") become "affixed top" (.affix-top)
  • when $("#myAffix") become "affixed top" (.affix-bottom)
  • when $("#myAffix") come back "non affixed" (.affix)

Exemple could look like :

$('#myAffix').on('top.bs.affix', function () {
  // do something…
})

$('#myAffix').on('bottom.bs.affix', function () {
  // do something…
})

$('#myAffix').on('none.bs.affix', function () {
  // do something…
})

That can solve difficulties to adapt DOM in some case of uses

Thanks.

Assignee
Assign to
Time tracking