Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.