For example, in VK, how when clicking on a picture to cancel its opening, or switching to another?
.click(function(event) { event.preventDefault(); event.stopPropagation(); и ретерн фолс не помогает return false }); None of this works.
For example, in VK, how when clicking on a picture to cancel its opening, or switching to another?
.click(function(event) { event.preventDefault(); event.stopPropagation(); и ретерн фолс не помогает return false }); None of this works.
Source: https://ru.stackoverflow.com/questions/718926/
All Articles
Event#preventDefault? - user207618