jQuery如何实现点击页面获得当前点击元素

获得jquery对象:

function foo(e){

    var obj = $(e.target);

}

原文地址:https://www.cnblogs.com/stono/p/4759245.html