Snippets Collections
     $(function() {
            $("input:file").change(function (){
                let fileName = $(this);
                let cloneFile = fileName.clone();
                $('.manual_payment_attachment_div').hide().html(cloneFile);
                fileName.attr('name', '');
            });
        });
star

Tue May 09 2023 08:40:41 GMT+0000 (Coordinated Universal Time)

#payment #image

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension