jquery-powertip
:speech_balloon: A jQuery plugin that creates hover tooltips.
File Explorer
Download Latest Version (.zip)- run-tests.yml
- jquery.powertip-blue.css
- jquery.powertip-dark.css
- jquery.powertip-green.css
- jquery.powertip-light.css
- jquery.powertip-orange.css
- jquery.powertip-purple.css
- jquery.powertip-red.css
- jquery.powertip-yellow.css
- jquery.powertip.css
- gh-pages.template.md
- README.md
- release-process.md
- examples.html
- .eslintrc.json
- core.js
- csscoordinates.js
- displaycontroller.js
- placementcalculator.js
- tooltipcontroller.js
- utility.js
- wrapper.js
- core.js
- csscoordinates.js
- displaycontroller.js
- placementcalculator.js
- tooltipcontroller.js
- utility.js
- .eslintrc.json
- amd.html
- amd.js
- browserify.html
- browserify.js
- edge-cases.html
- index.html
- README.md
- tests-edge.js
- .editorconfig
- .eslintrc.json
- .gitattributes
- .gitignore
- .npmignore
- .npmrc
- CHANGELOG.yml
- Gruntfile.js
- LICENSE.txt
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/stevenbenner/jquery-powertip
Downloads the entire project code from GitHub to your computer.
cd jquery-powertip
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run build
Builds optimized production files.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
