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');
}
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');
}
精彩评论