Sha256: a0fc361362b408ef2814af3587a8fa9e45d0c068951800765d80143e63891f13
Contents?: true
Size: 240 Bytes
Versions: 87
Compression:
Stored size: 240 Bytes
Contents
// This populates the label inside/below custom file inputs with // the file name that was selected. $(document).on('change', '.custom-file-input', function(event) { $(this).next('.custom-file-label').html(event.target.files[0].name); });
Version data entries
87 entries across 87 versions & 1 rubygems