Sha256: f3b0a048b724df9cec3d53eb23c039f901d3bdb19c477c4ec83c826520097e48
Contents?: true
Size: 393 Bytes
Versions: 63
Compression:
Stored size: 393 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="uikit-page-alerts uikit-page-alerts--error js-hidden" id="error-container">{{ include.text }}</p>
Version data entries
63 entries across 63 versions & 1 rubygems