Mercurial > dive4elements > website
view js/dive4elements.js @ 130:8bf498f00328
Nicer spacing for more than one paragraph.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 03 Apr 2014 13:26:19 +0200 |
parents | 9e93f08034d8 |
children |
line wrap: on
line source
$(document).ready(function() { $('[data-toggle=dive4elements]').click(function() { $('.row-dive4elements').toggleClass('active'); }); });