drgullin / icheck

Highly customizable checkboxes and radio buttons (jQuery & Zepto)
http://fronteed.com/iCheck
7.39k stars 1.63k forks source link

File upload field issue #295

Open tiborp opened 8 years ago

tiborp commented 8 years ago

First of all thanks for sharing this! I noticed that when a form has a file upload field, the upload button disappears when using $('input').each(function(). I solved this using $('input:checkbox').each(function() instead