码迷,mamicode.com
首页 > Web开发 > 详细

bootstrap插件fileinput.js出现出现$("#xxxx").fileinput({}); 不生效的情况解决

时间:2017-02-21 15:40:18      阅读:1224      评论:0      收藏:0      [点我收藏+]

标签:情况   trap   xxxx   解决   type   boot   type=file   ...   str   

 

如果出现$("#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();
        }
    }); */

 

网上的教程我呵呵

这个第一步都没有人说的

还有用叫人.min.js不如去死?

 6个小时..............

bootstrap插件fileinput.js出现出现$("#xxxx").fileinput({}); 不生效的情况解决

标签:情况   trap   xxxx   解决   type   boot   type=file   ...   str   

原文地址:http://www.cnblogs.com/ydymz/p/6424195.html

(1)
(2)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!