view js/dive4elements.js @ 31:c66f4b393d15

Added index.php for Python Server Pages Added .htaccess to overwrite Apaches directory indexing Added scritps/d4e-website-loader.sh to upload website to wald.intevation.org
author Mathias Gebbe <mgebbe@intevation.de>
date Mon, 03 Mar 2014 11:34:30 +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)