このコードで
$(document).on('click', '.docs-tag', function(event){
console.log($(event.target))
})
私は見ることを期待しています
[<some html>]
しかし、代わりに得る
[span.icon-tag docs-tag child_hover dropdown-open, context: span.icon-tag docs-tag child_hover dropdown-open, constructor: function, init: function, selector: "", jquery: "1.8.2"…]
最近、jquery 1.8.2 にアップグレードしました。$(event.target) の処理方法に変更はありましたか?