2010-07-19 34 views

回答

2

这会给你第二个按钮,在最后的P标签:

$('p:last :button').eq(1).attr("id") 

如果你想隐藏它:

$('p:last :button').eq(1).attr("id").hide();