开发者

jQuery BLUR - determine what the ID of the clicked item that triggered the blur is?

Given a live('blur', function(e) {} how can you get the attr('id') of the clicked ite开发者_如何转开发m that triggered the blur?


.live('blur', function(e) {
    var id = $(this).attr('id');
}
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜