Protip icon indicating copy to clipboard operation
Protip copied to clipboard

A new generation jQuery Tooltip plugin

Results 10 Protip issues
Sort by recently updated
recently updated
newest added

this.data.title.charAt is not a function StackTrace =========== at n._detectTitle (Scripts/lib/tooltip/protip/protip.min.js : 1/20211) | Not analyzed |   -- | -- | --   at n._prepareInternals (Scripts/lib/tooltip/protip/protip.min.js : 1/18587) | Not analyzed |    ...

Colors are now handled through js instead of css This gives way more flexibility for users that can edit the protip skin with **3 new properties** _background, color and border_...

How can i make the displayed text reactive? I am using this with vue and vue-i18n, a translator. I am passing the data from computed into :data-pt-title="sTooltip" and sTooltip is...

I'm calling protipShow() on an SVG element. It works fine on desktop. But on mobile (iOS), the "top" portion of its style returns a negative value, positioning it off the...

bug

I tried to implement this plugin in symfony(webpack encore). but it reflects below issue: WAIT Compiling... 12:58:04 ERROR Failed to compile with 7 errors 12:58:09 These relative modules were not...

Hello, I have following in my code ```html ``` It displays proper on hover of element, But after one ajax call inside add() function , I remove this div using...

bug

Add batch execution for performance gain when using observer: true and a bunch of changes at once. See #32

enhancement

Hi! I have edge case :) Currently gravity calculated on width/height page (window) itself. If tooltip outside of window area, it recalculate gravity and change position of tooltip. Is there...

Hi, Protip works fine on desktop and Androïd devices, but seems to have problem on ios devices. I have set protip like this : el.protipSet({ trigger: 'click' }); Works on...

bug
enhancement

The CDN link in the readme no longer works