Replace input type=file by an image

后端 未结 13 2072
感动是毒
感动是毒 2020-12-02 04:13

Like a lot of people, I\'d like to customize the ugly input type=file, and I know that it can\'t be done without some hacks and/or javascript. But,

13条回答
  •  渐次进展
    2020-12-02 04:45

    its really simple you can try this:

    $("#image id").click(function(){
        $("#input id").click();
    });
    

提交回复
热议问题