🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

jquery.tooltips

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery.tooltips

Facebook-style tooltip plugin for jQuery

1.0.0
latest
Source
npm
Version published
Weekly downloads
372
-27.06%
Maintainers
1
Weekly downloads
 
Created
Source

jQuery Tooltips

Facebook-style tooltip plugin for jQuery

Description

This is a fork of tipsy by Jason Frame.

This fork includes:

  • npm support for Webpack
  • Bower support
  • SASS-based stylesheet
  • Cleaner schematic markup and class naming conventions
  • More sane defaults

Installation

npm

npm install jquery.tooltips --save

Yarn

yarn add jquery.tooltips

Bower

bower install jquery.tooltips

Usage

$(function() {
    $('[data-toggle=tooltip]').tooltip();
    $('[data-toggle=tooltip-s]').tooltip({gravity: 'n'});
    $('[data-toggle=tooltip-w]').tooltip({gravity: 'e'});
    $('[data-toggle=tooltip-e]').tooltip({gravity: 'w'});
});

Additional Information

Additional information including documentation can be found in the original tipsy repository found here.

License

This fork is released under the original tipsy MIT license and is copyright Jason Frame. I take no credit for this source code, and would like to give a special thank you to Jason for creating an easy to use, minimalistic, lightweight tooltip plugin.

Keywords

jquery

FAQs

Package last updated on 02 Jan 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts