There is stopPropagation()no IE support for it , but it requires workarounds , but I can’t say if the same is true stopImmediatePropagation()- is it safe for all browsers or does it require its own set of workarounds?
stopPropagation()
stopImmediatePropagation()
The stop feedback mentioned in another answer is related to the method originally available in the browser for the object event, while the jQuery method stopPropagation()works fine in the entire browser (since this is a shell for the same task, taking into account the capabilities of the browser in which this method is run )
event
JavaScript JavaScript event.stopImmediatePropagation, , , :
event.stopImmediatePropagation
Event.prototype.stopImmediatePropagation
:
stopImmediatePropagation
Source: https://habr.com/ru/post/1712400/More articles:PHP - search for domain name availability - phpПоддержка Nibernate Icriteria Enum (битмаск) - nhibernateRich Edit / Word Processing Control for IntraWeb (Delphi VCL for the web)? - asp.netDoes Visual Studio Runner support other framework support? - unit-testingJavaScript stopping additional event listeners - javascriptWhat is the best reporting tool? - winapiProxy type detection - pythonDo I need to store image paths in a database? - phpWhat is the difference between Build and Go (Run) and Build and Run in Xcode? - xcodeJava web application for server testing - javaAll Articles