W I P
The core of the plugin is done and can be used. I am working on examples / demos.
jQuery Element Revealer
Show / Hide elements with Pub/Sub
Master Branch
Getting Started
Download the production version or the development version.
Documentation
$ npm install
$ bower install
GruntJS
$ grunt serve
The full monty. It does: jshint, creates the dist and demo folders, builds the demo site, runs watch on almost everything. Needs a tidy up but will get there.
Only make changes in src
folder
IGNORE BELOW THIS LINE
In your web page:
<script src="jquery.js"></script>
<script src="dist/jq-element-revealer.min.js"></script>
<script>
jQuery(function($) {
$.awesome(); // "awesome"
});
</script>
Examples
(Coming soon)
Release History
(Nothing yet)