简体   繁体   中英

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

The requirement:-

I have successfully implemented the Blueimp Jquery Fileupload plugin. Now, when I upload a file, I get a checkboz alongside the Delete button.

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>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM