toolbar.find('input[type=file][data-' + options.commandRole + ']') .change( function() { restoreSelection(); if (this.type === 'file' && this.files && this.files.length > 0) { insertFiles(this.files, $(this).attr('id'), $(this).attr('action')); } saveSelection(); this.value = ''; });
主要是增加了两个参数位置。
如此,改写便完成了,注意,要确保正确执行,请在控件之前引用ajaxFileUpload.js.
如果大家还想深入学习,可以点击这里进行学习,再为大家附3个精彩的专题: