Javascript tinybox内的多图像上传

Javascript tinybox内的多图像上传,javascript,jquery,html,jquery-plugins,Javascript,Jquery,Html,Jquery Plugins,我想在tinybox内部构建一个多上传图像片段,但是我不能,因为有些脚本会发送一些错误,但是如果我在tinybox外部使用它们,这是可行的 <script src="../main_elements/js/jquery.fileupload.js"></script> <script src="../main_elements/js/jquery.iframe-transport.js"></script> <script src="../m

我想在tinybox内部构建一个多上传图像片段,但是我不能,因为有些脚本会发送一些错误,但是如果我在tinybox外部使用它们,这是可行的

<script src="../main_elements/js/jquery.fileupload.js"></script>
<script src="../main_elements/js/jquery.iframe-transport.js"></script>
<script src="../main_elements/js/jquery.knob.js"></script>
<script src="../main_elements/js/jquery.ui.widget.js"></script>
<script src="../main_elements/js/script.js"></script>

 function loadSellForm() {
        TINY.box.show({
            html:'<div id="upload">' +
                '<div id="drop">' +
                    'Drop Here' +
                    '<a>Browse</a>' +
                    '<input id="mulfile" type="file" name="upl" multiple="multiple" />' +
                '</div>' +
                '<ul>' +
                '</ul>' +
            '</div>', animate: false, close: true, top: 70, opacity: 90)}; }

函数loadSellForm(){
TINY.box.show({
html:'+
'' +
“在这里下车”+
"

错误:

未捕获类型错误:对象函数(选择器,上下文){// jQuery对象实际上只是init构造函数“增强” 返回新的jQuery.fn.init(选择器、上下文、rootjQuery);}has 没有方法“widget”

jquery.fileupload.js:44未捕获类型错误:对象[Object Object]已 没有方法“fileupload”


您使用的是哪个版本的jQuery?最新版本,我想是2.0.3。为什么您有
loadselform
outside
标签?它在里面,但这里没有提及,对不起