Home
last modified time | relevance | path

Searched refs:stopPropagation (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libxo/xohtml/external/
H A Djquery.js3325 event.stopPropagation();
3552 stopPropagation: function() { method in jQuery.Event
3560 if ( e.stopPropagation ) {
3561 e.stopPropagation();
3568 this.stopPropagation();
H A Djquery.qtip.js2018 …('*', tip).add(tip), ['click', 'mousedown'], function(event) { event.stopPropagation(); }, this._n…