view js/dive4elements.js @ 58:e8062d5c7184

Changed color from carousel indicators and position from captions.
author Ariane Broermann <ariane@intevation.de>
date Mon, 24 Mar 2014 11:44:32 +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)