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

Version Path
hicube-0.0.11 app/assets/javascripts/hicube/documents.js
hicube-0.0.10 app/assets/javascripts/hicube/documents.js
hicube-0.0.9 app/assets/javascripts/hicube/documents.js
hicube-0.0.8 app/assets/javascripts/hicube/documents.js
hicube-0.0.7 app/assets/javascripts/hicube/documents.js
hicube-0.0.6 app/assets/javascripts/hicube/documents.js
hicube-0.0.5 app/assets/javascripts/hicube/documents.js
hicube-0.0.4 app/assets/javascripts/hicube/documents.js
hicube-0.0.3 app/assets/javascripts/hicube/documents.js
hicube-0.0.2 app/assets/javascripts/hicube/documents.js
hicube-0.0.1 app/assets/javascripts/hicube/documents.js