Example of what I'm trying to do with Masonry.( 「佈局」 方法)砌體:eventie.bind不點擊一個img
問題是eventie.bind內()。
classie.toggle(event.target, 'gigante');
我有div內的圖像。如果我點擊圖片,事件就會發生,但沒有任何反應。它只在點擊div的內部時才起作用。
我相信event.target
是選擇img和切換圖像的類,當我真的想要它的目標div包裹img和切換div的類。當我點擊div內的img時,如何獲得div來選擇div?
例
< div class="item" >
< img src="some_img" />
</div>
點擊使圖像得到...
< div class="item gigante" >
< img src="some_img" />
</div>
使用jQuery/eventie.bind()/ classie.toggle(event.target, 'gigante');
。
我去的東西更接近這個答案,但我覺得兩個答案應該工作。基本上它們是一樣的。雖然,現在我沒有使用'eventie.bind',但我認爲沒關係。 – christo8989