I have an issue of using event.srcElement. I have written an event handler for a class selector but when I am taking the source element the exact element which I have clicked is not getting the event. Is there any alternative there?
I have an issue of using event.srcElement . I have written an event handler
Share
Use
e.targetinstead