1.0.6 • Published 10 years ago

jq-element-revealer v1.0.6

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

jQuery Element Revealer

Show / Hide elements with Pub/Sub

Master Branch

Build Status

Getting Started

Download the production version or the development version.

Getting started

<script src="jquery.js"></script>
<script src="bower_components/jq-element-revealer/dist/jquery.jq-element-revealer.min.js"></script>
<script>
  $(function() {
    $.jqReveal({
      // options go here
    });
  });
</script>

Documentation

$ npm install

$ bower install

GruntJS

$ grunt serve

Creates the dist and demo folders, builds the demo site, runs watch on almost everything. It will launch the demo site on http://localhost:9000/dist/demo/

Only make changes in src folder

Examples

The demo site has examples for buttons, links and radio inputs, there is code snippets as well.

Release History

See git hub

1.0.6

10 years ago

1.0.5

10 years ago

1.0.3

11 years ago

1.0.2

11 years ago