-2
4

2 回答 2

2
于 2013-02-26T16:10:18.147 回答
1
$('.trigger').on('click', function(e) {
    e.preventDefault();
    var ID = $(this).closest('li').attr('id');
})
于 2013-02-26T16:09:26.937 回答