view js/dive4elements.js @ 50:47cc83e96d2e

Added support for switching dots in carousel.
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 20 Mar 2014 15:48:50 +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)