Sha256: e872f13586c581566c239edfc17bf498ced2b2cab710de9237aa1da88f7c8b47
Contents?: true
Size: 258 Bytes
Versions: 39
Compression:
Stored size: 258 Bytes
Contents
import './index.sass'; $(document).on("click", 'a.close_flash', function() { $(this).parent().fadeOut(function() { let $box = $(this).parents('.flash'); $(this).remove(); if ($box.children().length == 0) { $box.remove(); } }) });
Version data entries
39 entries across 39 versions & 1 rubygems