New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

tipsy-native

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

tipsy-native

Tipsy Native is a javascript library for creating a Facebook-like tooltips effect based on an anchor tag's title attribute.

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
4
300%
Maintainers
1
Weekly downloads
 
Created
Source

Tipsy Native

Downloads Latest Release License

Facebook-style tooltip javascript library.

Description:

tipsy native is a simple javascript library for generating Facebook-style tooltips.

This is almost a direct port to native javascript of tipsy by Jason Frame.

Documentation

http://digitlab.github.io/tipsy-native

Supported Browsers

// TODO:

Usage:

  • Copy the contents of dist to the corresponding asset directories in your project.

  • Insert the necessary elements in your document's <head> section, e.g.:

     <script src='/js/tipsy.js'></script>
     <link rel="stylesheet" href="/css/tipsy.css" type="text/css" />
    
  • Initialise Tipsy in your document.onload, e.g.:

     <script type='text/javascript'>
         document.addEventListener("DOMContentLoaded", function(event) {
             Tipsy.watchSelector('a[rel=tipsy]');
         });
     </script>
    

Please refer to the docs directory for more examples and documentation.

License

Tipsy Native is licensed under The MIT License (MIT).

FAQs

Package last updated on 04 Mar 2016

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