view js/dive4elements.js @ 104:135ffd6cbad7

Correct tense with respect to GNV and unify layout.
author Tom Gottfried <tom@intevation.de>
date Mon, 31 Mar 2014 17:27:32 +0200
parents 9e93f08034d8
children
line wrap: on
line source
$(document).ready(function() {
  $('[data-toggle=dive4elements]').click(function() {
    $('.row-dive4elements').toggleClass('active');
  });
});
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)