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
  • #655
Closed
Open
Issue created Nov 17, 2011 by Administrator@rootContributor

popover feature request

Created by: lookfirst

popover is great.

I generally have an image, which is a help icon and then I have a div associated to that icon which I want to display the contents of, as html, within the popover.

It'd be a million times more useful for me if I could do this:

<img class="helpIcon" src="/img/help22.png" width="16" height="16" title="Help!" data-divId="helpContent" />
<div id="helpContent" style="display: none;">
    <h2>my help content here</h2>
</div>

Then, I could just install one jquery handler for all .helpIcon's.

Maybe it already does this and I'm missing it? Just making data-content="#myid" work would be acceptable too.

Assignee
Assign to
Time tracking