Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zation/jumpup
https://github.com/zation/jumpup
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/zation/jumpup
- Owner: zation
- Created: 2012-04-18T03:49:11.000Z (over 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2012-04-18T10:06:37.000Z (over 12 years ago)
- Last Synced: 2024-04-14T03:58:48.645Z (7 months ago)
- Language: JavaScript
- Homepage: http://zation.github.com/jumpup/
- Size: 132 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### This is a jQuery plugin to make an element jump up
## Usage
$('element').jumpup({
height: 100,
width: 100
});
## Options
* height: The height of the final jumped up element. The default is the original height of the element been jumped up.
* width: The width of the final jumped up element. The default is the original width of the element been jumped up.