You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.
Problem
Basic scenario, you are using the delegate plugin to automatically initialize a bunch of tippy.js tooltips:
This makes it really easy to add tons of tooltips, configurable almost entirely through HTML attributes:
However, the following doesn't seem to be replicatable using the previous approach:
Solution
Add support for a new data-attribute that contains a selector:
This should not affect backward-compatibility, as long as people haven't been intruding on the
data-tippy-
namespace.The text was updated successfully, but these errors were encountered: