Sha256: 87706acf06125c0ad48b8c3ed9985e895ad9cb6fa6ee46bf5d44a1b45a00ab01
Contents?: true
Size: 384 Bytes
Versions: 24
Compression:
Stored size: 384 Bytes
Contents
<script> // Switches error container on and off document.addEventListener('DOMContentLoaded', function () { $('#form').parsley().on('field:validated', function () { var ok = $('.invalid').length === 0; $('#error-container').toggleClass('js-hidden', ok); }); }); </script> <p class="callout__root callout__root--error js-hidden" id="error-container">{{ include.text }}</p>
Version data entries
24 entries across 24 versions & 1 rubygems