view js/dive4elements.js @ 124:073e9bb69a19

This line did not look as intended.
author Tom Gottfried <tom@intevation.de>
date Thu, 03 Apr 2014 11:29:45 +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)