Skip to content

Releases: HTMLGuyLLC/jTippy

Pass button and jtippy instance to title function

Choose a tag to compare

@HTMLGuyLLC HTMLGuyLLC released this 15 Oct 18:11
1.7.2

Pass btn and jtippy instance to title function

Pass function for "title"

Choose a tag to compare

@HTMLGuyLLC HTMLGuyLLC released this 15 Oct 17:59

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

Choose a tag to compare

@HTMLGuyLLC HTMLGuyLLC released this 02 Oct 15:15
1.6.1

Version bump

Added hide method to jt-show callback and fixed tooltip param

Choose a tag to compare

@HTMLGuyLLC HTMLGuyLLC released this 21 Sep 14:29
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

Choose a tag to compare

@HTMLGuyLLC HTMLGuyLLC released this 09 Jul 15:35
1.4.6

Allow focus tooltips to remain when a new one is opened

Fix show on focus for trigger "hoverfocus"

Choose a tag to compare

@HTMLGuyLLC HTMLGuyLLC released this 09 Jul 15:29
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)

Choose a tag to compare

@HTMLGuyLLC HTMLGuyLLC released this 09 Jul 15:25
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

Choose a tag to compare

@HTMLGuyLLC HTMLGuyLLC released this 09 Jul 15:21
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

Choose a tag to compare

@HTMLGuyLLC HTMLGuyLLC released this 09 Jul 15:15
1.4.0

attempt to fix some tooltips getting stuck by allowing the hide on cl…

Hide if the clicked element is removed

Choose a tag to compare

@HTMLGuyLLC HTMLGuyLLC released this 30 Apr 20:36
1.3.96

If clicked element disappears, hide jTippy