Sha256: e6964312b3a629e5749062f99399c32bf27a2de4ba2222e8291a79495d8dbc59
Contents?: true
Size: 317 Bytes
Versions: 11
Compression:
Stored size: 317 Bytes
Contents
// Place all the behaviors and hooks related to the matching controller here. // All this logic will automatically be available in application.js. $("document").ready(function(){ $("#file-upload").change(function() { var filename = $(this).val().split('\\').pop(); $("#file-name").val(filename); }); });
Version data entries
11 entries across 11 versions & 1 rubygems