
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
hint-css.js
Advanced tools
hint css by jQuery
npm install hint-css.js
# or
yarn add hint-css.js
<link rel="stylesheet" href="https://unpkg.com/hint-css.js@1.5.0/src/hint-css.css">
<script src="https://unpkg.com/hint-css.js@1.5.0/src/hint-css.js"></script>
<!-- hint--bottom by default -->
<button data-hint="Tooltips">bottom</button>
<button class="hint--top" data-hint="Tooltips">top</button>
<button class="hint--left" data-hint="Tooltips">left</button>
<button class="hint--right" data-hint="Tooltips">right</button>
$.hint.defaults = {
className: null,
delayIn: 800,
fade: false,
fallback: '',
gravity: 'n',
html: false, //data-hint-html="true|false"
live: false,
offset: 0,
opacity: 0.8,
title: 'title',
textAlign: 'left', //data-hint-align="left"
maxWidth: 0 // data-hint-max-width
}
hint.css is a CSS only tooltip library for your lovely websites.
It is very easy to use but there are some problems when I am using in bootstrap-table.
I want to solve this problem but I don't have a good idea. So I create this jQuery plugin.
Thanks for hint.css and tipsy.
FAQs
hint.css by jquery
We found that hint-css.js demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.