Closed borngold closed 10 years ago
Event is still getting bubbled. How to stop event from propagation. Below code is not working
$$(element).tap(function (e) { e.stopPropagation(); });
e.stopImmediatePropagation();
Event is still getting bubbled. How to stop event from propagation. Below code is not working