Sha256: c1059cca3acc2723753c569fd0d2978b7146459fddba015eb16a5cb4e885cc1b
Contents?: true
Size: 392 Bytes
Versions: 4
Compression:
Stored size: 392 Bytes
Contents
/* * jQuery File Upload Plugin JS Example 5.0.1 * https://github.com/blueimp/jQuery-File-Upload * * Copyright 2010, Sebastian Tschan * https://blueimp.net * * Licensed under the MIT license: * http://creativecommons.org/licenses/MIT/ */ /*jslint nomen: false */ /*global $ */ $(function () { // Initialize the jQuery File Upload widget: $('#fileupload').fileupload(); });
Version data entries
4 entries across 4 versions & 1 rubygems