Releases: urin/jquery.balloon.js
Releases · urin/jquery.balloon.js
jquery.balloon.js 1.1.2 Released
jquery.balloon.js 1.0.2 Released
Bugfix
- Fix parameters for url when url is a function
jquery.balloon.js 1.0.0 Released
jquery.balloon.js 0.7.0 Released
Enhancement
- Added an option to specify the tip position by rate.
jquery.balloon.js 0.6.0 Released
Enhancement
- Added
maxLifetime
option.
jquery.balloon.js 0.5.1 Released
Bug Fixes
- If
title
andalt
are given withoutcontents
,alt
is shown after 1st time showing.
jquery.balloon.js 0.5.0 Released
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 specifiedcontent
nortitle
. - Add callback functions triggered when the balloon showing and hiding animation complete.
Bug Fixes
- Avoid ajax request rushing when
mousemove
on balloon element.