jQuery.Tooltipster
3.3.0
dotnet add package jQuery.Tooltipster --version 3.3.0
NuGet\Install-Package jQuery.Tooltipster -Version 3.3.0
<PackageReference Include="jQuery.Tooltipster" Version="3.3.0" />
paket add jQuery.Tooltipster --version 3.3.0
#r "nuget: jQuery.Tooltipster, 3.3.0"
// Install jQuery.Tooltipster as a Cake Addin #addin nuget:?package=jQuery.Tooltipster&version=3.3.0 // Install jQuery.Tooltipster as a Cake Tool #tool nuget:?package=jQuery.Tooltipster&version=3.3.0
A powerful, flexible jQuery plugin enabling you to easily create semantic, modern tooltips enhanced with the power of CSS.
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 1.7.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
3.3.0 added the restoration method
3.2.6 Fixed a bug introduced with the last PR
3.2.5 Added debug option
3.2.4 Gave the option method a setter capability.
3.2.3 Removed fixedWidth option in favor of minWidth.
3.2.2 Console logging
3.2.1 Adapted the onlyOne option to work fine with the multiple option
3.2.0 added Multiple option
3.1.4 update minfile
3.1.3 fixed vertical positioning on area targets
3.1.2 Stopped affecting overflow-x
3.1.1 Fix for handlers set on the jQuery object provided as 'content' parameter
3.1.0 Added callback parameters for show and hide methods
3.0.5 Fix of positioning and of content getter method when content is null
3.0.4 Check for the presence of the tooltip element in the DOM at repositioning
3.0.3 Optimized window event listeners
3.0.2 Wrong offset bug fix
3.0.1 Fix for browsers without css-transitions
3.0.0 fixes and improvements but may involve breaking changes for a number of users, as detailed on the pull request #98