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
  • #22188
Closed
Open
Issue created Mar 14, 2017 by Administrator@rootContributor

Document tooltip/popover methods

Created by: Johann-S

Due to my bad english I prefer to open an issue. For tooltip and popover we have a lack of documentation for enable(), disable() and toggleEnabled()

X-Ref : https://github.com/twbs/bootstrap/issues/22162#issuecomment-286187379

For example (but maybe it's to light) :

.tooltip('enable')

Enable an element's tooltip.

$('#element').tooltip('enable')

.tooltip('disable')

Disable an element's tooltip.

$('#element').tooltip('disable')

.tooltip('toggleEnabled')

Allow to enable or disable an element's tooltip.

$('#element').tooltip('toggleEnabled')
Assignee
Assign to
Time tracking