Releases: HTMLGuyLLC/jTippy
Releases · HTMLGuyLLC/jTippy
Pass button and jtippy instance to title function
1.7.2 Pass btn and jtippy instance to title function
Pass function for "title"
If you pass a function for the title, it'll be run every time the tooltip is shown (useful for retrieving content via XHR/AJAX)
Reposition on DOM change, hide if trigger elem hidden, and allow text wrap
1.6.1 Version bump
Added hide method to jt-show callback and fixed tooltip param
1.6.0 Fixed jt-show second param (tooltip) and added hide method
Allow focus triggered tips to remain if they still have focus when another is shown
1.4.6 Allow focus tooltips to remain when a new one is opened
Fix show on focus for trigger "hoverfocus"
1.4.4 fix show on focus when trigger is hoverfocus
Remove hackfix which closed all tooltips on click except click ones (handled by it's own on click handler)
1.4.3 remove hackjob fix which closes tooltips on click as long as they are…
Improved close on click handler to allow focus tips to still show
1.4.2 attempt to fix some tooltips getting stuck by allowing the hide on cl…
Expanded close on click functionality to work for all trigger types
1.4.0 attempt to fix some tooltips getting stuck by allowing the hide on cl…
Hide if the clicked element is removed
1.3.96 If clicked element disappears, hide jTippy