Report Bug
Qus : Which method is used to stop an event from propagating to parent elements in the DOM?
Qusकिसी ईवेंट को DOM में मूल तत्वों तक फैलने से रोकने के लिए किस विधि का उपयोग किया जाता है?

A. stopImmediatePropagation()
B. preventDefault()
C. stopPropagation()
D. cancelPropagation()


Solution
C. stopPropagation()






Report Bug