Skip to content

Releases: urin/jquery.balloon.js

jquery.balloon.js 1.1.2 Released

30 Apr 07:36
Compare
Choose a tag to compare

Bugfix

  • #36 classname does not work
  • #34 When balloon leaves the left border

Enhancement

  • #33 Balloon contents changed but on first hover, old contents persist.

jquery.balloon.js 1.0.2 Released

26 May 14:48
Compare
Choose a tag to compare

Bugfix

  • Fix parameters for url when url is a function

jquery.balloon.js 1.0.0 Released

25 May 12:35
Compare
Choose a tag to compare

Enhancement

  • Remove data from target elements
  • Add supported browsers to README.md
  • Add ajaxDelay option. (#22)
  • Add ajaxContentsMaxAge option (#22)
  • Switch to npm ecosystem
  • Change default style and added html option (#16)
  • Modernize entire code.

jquery.balloon.js 0.7.0 Released

24 Dec 14:48
Compare
Choose a tag to compare

Enhancement

  • Added an option to specify the tip position by rate.

jquery.balloon.js 0.6.0 Released

20 Dec 15:29
Compare
Choose a tag to compare

Enhancement

  • Added maxLifetime option.

jquery.balloon.js 0.5.1 Released

13 Mar 17:16
Compare
Choose a tag to compare

Bug Fixes

  • If title and alt are given without contents, alt is shown after 1st time showing.

jquery.balloon.js 0.5.0 Released

19 Feb 15:13
Compare
Choose a tag to compare

This version contains a critical fix. If you do not use ajax (url) option, the problem might not appear. Added 2 options for advanced users.

Enhancements

  • Use alt attribute for images if the target element does not have specified content nor title.
  • Add callback functions triggered when the balloon showing and hiding animation complete.

Bug Fixes

  • Avoid ajax request rushing when mousemove on balloon element.