How To Select all input type file by jquery -


select type every element


<input type="file" name="userfile" >

whit code can select input whit type file.

$('input[type="file"]') 

Comments

Popular posts from this blog

c# - Class in a list -

mysql - Django database model for my website -

ios - How to run a segue on itself OR another viewController -