网络新手。
我想知道用户是否点击了带有 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)
返回假。
任何想法?