如果出现$("#xxxx").fileinput({}); 不生效的情况请将fileinput.js中最后几行注释掉:

/* $(document).ready(function () {
        var $input = $('input.file[type=file]'), count = $input.attr('type') ? $input.length : 0;
        if (count > 0) {
            $input.fileinput();
        }
    }); */

 

相关文章:

  • 2021-12-09
  • 2021-11-09
  • 2021-10-18
  • 2021-09-30
  • 2022-12-23
  • 2022-12-23
  • 2021-07-23
  • 2021-07-30
猜你喜欢
  • 2021-11-19
  • 2022-12-23
  • 2022-12-23
  • 2021-07-21
  • 2021-10-08
  • 2022-12-23
  • 2022-02-20
相关资源
相似解决方案