view js/dive4elements.js @ 175:c1ef37551c31 tip

Remove static remains of former news feed and cleanup CSS
author Tom Gottfried <tom@intevation.de>
date Fri, 16 Nov 2018 16:16:37 +0100
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)