I\'m trying to give fadeout effect to a div & delete that div(id = \"notification\"), when an image is clicked.
This is how I\'m doing that:
<
Use
.fadeOut(360).delay(400).remove();