我點擊div有問題。點擊div除了一格div
例子:
<div class="search">
<div class="row">
</div>
<div class="row1">
DROPDOWN
</div>
</div>
嘗試的jQuery:
$('body').click(function(e){
if(! $(e.target).hasClass('.row')){
console.log('clicked on something that has not the class theDIV');
}
});
我想,當我點擊某個搜索或全身,能排掩飾自己的下拉菜單(ROW1)。 圖片:
我想這一點,而我的計算器發現,但沒有什麼幫助 $( '身體')點擊(。函數(e){if(!$(e.target).hasClass('。row')){console.log(' \t} \t}); – 2014-08-31 10:50:11