Skip to content

Releases: HTMLGuyLLC/jTippy

Pass button and jtippy instance to title function

15 Oct 18:11
Compare
Choose a tag to compare
1.7.2

Pass btn and jtippy instance to title function

Pass function for "title"

15 Oct 17:59
Compare
Choose a tag to compare

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

02 Oct 15:15
Compare
Choose a tag to compare

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

21 Sep 14:29
Compare
Choose a tag to compare
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

09 Jul 15:35
Compare
Choose a tag to compare
1.4.6

Allow focus tooltips to remain when a new one is opened

Fix show on focus for trigger "hoverfocus"

09 Jul 15:29
Compare
Choose a tag to compare
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)

09 Jul 15:25
Compare
Choose a tag to compare
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

09 Jul 15:21
Compare
Choose a tag to compare
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

09 Jul 15:15
Compare
Choose a tag to compare
1.4.0

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

Hide if the clicked element is removed

30 Apr 20:36
Compare
Choose a tag to compare
1.3.96

If clicked element disappears, hide jTippy