soyjavi / QuoJS

Micro #JavaScript Library for Mobile Devices
MIT License
2.07k stars 236 forks source link

How to stop event propagation(bubbling) #80

Closed borngold closed 10 years ago

borngold commented 11 years ago

Event is still getting bubbled. How to stop event from propagation. Below code is not working

    $$(element).tap(function (e) {
         e.stopPropagation();
    });
TNT-RoX commented 11 years ago

e.stopImmediatePropagation();