こんにちは私が子リンクをクリックすると、親イベントが起動するのを止めたいです。私は「.toogleRead」をクリックすると親イベントjqueryを停止する
$('.list_row_inputtype').on('click',function(event) {
$(this).find('a.link_to_fire').click();
event.stopPropagation();
return false;
});
<div class="list_row_input_type unread">
<a href="#" onclick="toogleRead(); return false;" class="toogleRead"></a>
<a href="{corePath}/mails" class="link_to_fire">{emailLink}</a>
<div class="description"></div>
</div>
はそれが機能を発射、しかし{} corePathに変更/メールのページへ:ここでは私のコードです。私はそれがページを変更するのを防ぎたい。