A repository of over 1000 quality jQuery plugins

jQuery CwHideReveal

CwHideReveal is a jQuery Hide & Reveal plugin.

Created by Clivewalkden

A jQuery hide reveal script

Not what you're looking for? Click here to view more Hide & Reveal jQuery plugins

CW Hide Reveal

A working jQuery hide reveal script

Build Status Join the chat at https://gitter.im/clivewalkden/cwHideReveal

Getting Started

Download the production version or the development version.

In your web page:

<a href="#" class="hidereveal" data-id="hidereveal01">Read More</a>
<div id="hidereveal01">
    More content is here
</div>

<script src="libs/jquery/jquery.js"></script>
<script src="dist/cw_hidereveal.min.js"></script>
<script>
jQuery(function($) {
    $('.hidereveal').CWHideReveal();
});
</script>

Documentation

(Coming soon)

Examples

http://clivewalkden.co.uk/code/cw_hide_reveal/

Release History

v0.7.0 - 20th July 2015

  • Added callbacks
  • Added support for internal buttons triggering other dropdowns

v0.6.2 - 18th March 2015

  • Changed the bower ignore files slightly

v0.6.1 - 3rd February 2015

  • Added Bower support

v0.6.0 - 3rd February 2015

  • Updated the script for AMD

v0.5.0 - 30th January 2014

  • Completely re-coded the script.
  • Added the ability to have a container open by default through the script options. (As requested by Mark Plunkett)

v0.4 - 27th September 2013

  • Added unit test.
  • Gave the plugin a small update to improve compatability

v0.3 - 28th March 2013

  • Added the option to add an active class to the current selected link on click.

v0.2 - 29nd January 2013

  • Finalised the accordian command.

v0.1 - 22nd January 2013

  • Created the first version of the script based on previous created scripts.


You might also like these other Hide & Reveal jQuery Plugins

  • Collapser

    Collapser is a small and useful jQuery plugin for collapsing/truncating an element text by words, characters and lines with a […]

  • jQuery Stickout

    Sticky headers that hide on scroll-down but reveal on scroll-up

  • IntelliMenu

    jQuery sticky menu plugin that hides and reveals itself intelligently