Skip to content

Tag: jquery

image is not show in img tag when upload it again

I use the following method to upload an image and display it in an img tag. Another button is used to delete that image. Upload and delete are working well, but the problem is when I want to upload an image again after it has been deleted. It does not be show up and when I open the console it

How to close mask

I have created a hamburger menu that opens with the mask in the background (mask opens after 4ms). Next, on closing the hamburger menu, I want that mask to close with it (means after 4ms). But instead, according to my code, my mask is not closing after my hamburger menu closes. JS: I just want that mask to di…