ウェブ初心者。
ユーザーが特定のクラスのcssでdivをクリックしたかどうかを知りたい
私のクラスのhtml要素は次のとおりです
<div class="icon arrowIcon arrowLight tagIcon"></div>
私のイベント目標値は
$(event.target): jQuery.fn.init[1]
0: div.icon arrowIcon arrowLight tagIcon
と関数
($(event.target).find('.tagIcon').length > 0)
false を返します。
何か案が?