Software Details:
Version: 1.2.2 updated
Upload Date: 10 Feb 16
Distribution Type: Freeware
Downloads: 55
Zebra_Tooltips can create tooltips that can be attached to any element of a page, not only anchor links, like most of the similar jQuery tooltip plugins.
The tooltips are easy to style and adapt to any project design, and also count very little in the overall JS load, being extremely lightweight.
A demo is included with the download package, so developer can test and have a starting point on which to create their own tooltip functionality.
What is new in this release:
- Fixed a bug where the "show" and "hide" methods were not accepting a jQuery selector as per documentation, but a single element;
- Fixed a bug with the "content" property, where its value was not used unless the "title" attribute was also set on the element the tooltip was attached to;
What is new in version 1.2.1:
- Fixed a bug where the "show" and "hide" methods were not accepting a jQuery selector as per documentation, but a single element;
- Fixed a bug with the "content" property, where its value was not used unless the "title" attribute was also set on the element the tooltip was attached to;
What is new in version 1.2.0:
- Tooltip content can now also be set via the "zebra-tooltip" data attribute;
- Tooltips are not shown anymore if the title or the data attribute is empty;
- All the callback functions now receive as second argument the tooltip element, allowing for on-the-fly customization.
What is new in version 1.0.1:
- Fixed a bug where in Internet Explorer 9 the arrow was sometimes not visible.
What is new in version 1.0:
- Initial release.
Requirements:
- JavaScript enabled on client side
- jQuery 1.7 or higher
Comments not found