Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
jquery.powertip-1.3.0.zip | 2017-01-15 | 36.3 kB | |
1.3.0.tar.gz | 2017-01-15 | 48.1 kB | |
1.3.0.zip | 2017-01-15 | 68.9 kB | |
README.md | 2017-01-15 | 1.2 kB | |
Totals: 4 Items | 154.5 kB | 0 |
- Features & Improvements
- Added openEvents and closeEvents options.
- Added popupClass option for custom tooltip classes.
- Added CommonJS/Browserify support.
- API
- The destroy() API method elements argument is now optional. When omitted all instances will be destroyed.
- Added toggle() method to the API.
- Bug Fixes
- The closeDelay timer is now correctly shared between all tooltips.
- Browser dimensions cache is now initialized as soon as PowerTip loads.
- Fixed queuing issue when the API hide() method is called immediately after show().
- Fixed error when an element with an open tooltip is deleted.
- The mouseOnToPopup option will now be ignored (forced false) when the manual option is enabled.
- Fixed possible repeated event hooks when mouseOnToPopup is enabled.
- Fixed mouseOnToPopup events being applied to other instances where manual is enabled.
- Fixed old placement classes remaining on tip element when using reposition API and smart placement.
- Miscellaneous
- Fixed script url in the examples HTML file incuded in the release.
- Documented the caching quirks for changing tooltip content.
- PowerTip is now officially available on npm (as "jquery-powertip").