我正在使用Uploadify插件上传文件。它工作正常,突然停止工作。我无法修复。如果我在这里得到一些帮助会很棒
Mycode:
jQuery(".fileSelectBox > input:checked").each(function(){
if( !jQuery(this).parent().parent('div').hasClass('completed')){
jQuery('#file').uploadifyUpload(jQuery(this).parent().parent('div').attr('id').replace('file',''));
}
});
在以下行中获取错误
document.getElementById(jQuery(this).attr('id') + 'Uploader').startFileUpload(ID, checkComplete);