I know using jquery, If I wanna load image runtime on click event, this syntax is used,
$("#open_door").attr("src", "../assets/door_open.gif");
but If I wanna remove the same image runtime on another button's click event, then?? I want the syntax for the same
srcattribute to an empty string?