Sha256: 621f37fd44699e6804b09da2a573f58491743e03e0256537a8352aa91614ab48

Contents?: true

Size: 247 Bytes

Versions: 4

Compression:

Stored size: 247 Bytes

Contents

$(function() {
  $(".section").each(function(i, element) {
    var $element = $(element);

    $(element).children("h2, h3, h4, h5, h6").on("click", function() {
      $(element).children(".section-data").toggleClass("display");
    });
  });
});

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
antelope-0.4.1 lib/antelope/generator/templates/html/antelope.js
antelope-0.4.1 lib/antelope/generator/templates/html/js.ant
antelope-0.4.0 lib/antelope/generator/templates/html/antelope.js
antelope-0.4.0 lib/antelope/generator/templates/html/js.ant