Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dotsunited/jquery-lavalamp
jQuery Lavalamp plugin.
https://github.com/dotsunited/jquery-lavalamp
Last synced: about 20 hours ago
JSON representation
jQuery Lavalamp plugin.
- Host: GitHub
- URL: https://github.com/dotsunited/jquery-lavalamp
- Owner: dotsunited
- License: mit
- Created: 2012-03-06T14:04:36.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-12T16:02:25.000Z (about 12 years ago)
- Last Synced: 2024-03-26T00:05:13.786Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 108 KB
- Stars: 1
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
jQuery Lavalamp
===============A jQuery plugin to display a lavalamp style navigation.
Basic usage
-----------To use the lavalamp plugin you have to include the latest jQuery build and the
plugin source in your HTML document:
The second step is to add this simple markup:
Finally you have to initialize the plugin with your desired parameters:
$(function() {
$('.lavalamp').lavalamp({
// Your configuration goes here
});
});
Checkout the [examples](examples/) for sample implementations.
License
-------
Copyright (c) 2012 Dots United GmbH.
Licensed under the MIT license.