jQuery.Tooltipster 3.3.0

dotnet add package jQuery.Tooltipster --version 3.3.0
NuGet\Install-Package jQuery.Tooltipster -Version 3.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="jQuery.Tooltipster" Version="3.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add jQuery.Tooltipster --version 3.3.0
#r "nuget: jQuery.Tooltipster, 3.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.3.0 120,538 11/25/2014
2.2.3 17,636 12/4/2013

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