Jquery – Hide element if specific id exists, even if it appears after page load
I have a simple image uploader with a 'browse files' button in the middle. I'm trying to hide this upload button once images have been selected so I can display the image thumbnails without the upload button crowding everything. Here…