简体   繁体   English

隐藏(不删除)Blueimp jquery fileupload插件中的复选框

[英]Hide(not delete) the checkbox in Blueimp jquery fileupload plugin

The requirement:- 要求:-

I have successfully implemented the Blueimp Jquery Fileupload plugin. 我已经成功实现了Blueimp Jquery Fileupload插件。 Now, when I upload a file, I get a checkboz alongside the Delete button. 现在,当我上传文件时,我会在“删除”按钮旁边显示一个checkboz。

How can I hide the checkbox(I mean just make it invisible but actually present). 如何隐藏复选框(我的意思是让它隐藏但实际存在)。

I have attached an image to mean what I say:- 我附上一张图片来表达我的意思: - 在此输入图像描述

How can I hide the checkbox? 如何隐藏复选框?

使用CSS很容易:

<style>#fileupload input.toggle{display: none}</style>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 jQuery Blueimp fileupload插件删除文件而不需要先检查复选框? - jQuery Blueimp fileupload plugin delete files without requiring checking checkbox first? 如何重置 blueimp jQuery 文件上传插件? - how can I reset a blueimp jQuery fileupload plugin? Blueimp插件文件上传Jquery:向PHP处理程序发送其他信息 - Blueimp plugin fileupload Jquery: Send additional information to PHP handler AJAX输入上的jQuery Fileupload Blueimp - jQuery Fileupload Blueimp on AJAX input blueimp jQuery文件上传插件隐藏上传的文件 - blueimp jQuery file upload plugin hide uploaded files jQuery Blueimp FileUpload上的DELETE方法不允许使用Codeigniter / PHP(405错误)? - DELETE method on jQuery Blueimp FileUpload not allowed using Codeigniter/PHP (405 error)? 带有AngularJS和Spring MVC的jQuery Fileupload(Blueimp) - jQuery Fileupload (Blueimp) with AngularJS and Spring MVC blueimp jquery文件上传错误.fileupload不是函数 - blueimp jquery file upload error .fileupload is not a function jQuery blueimp fileupload将画布图像预览附加到div - jquery blueimp fileupload append canvas image preview to div 如何获取BlueImp jQuery FileUpload以生成唯一的文件名 - How to get BlueImp jQuery FileUpload to generate unique filenames
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM