草庐IT

jquery - parent 与最亲近的人

为什么这样做:$('.button_30').click(function(){$(this).closest('.portlet').find('.portlet_content').text("foo");});​为什么这不起作用:$('.button_30').click(function(){$(this).parent('.portlet').find('.portlet_content').text("foo");});​html看起来像这样:headercontenthereresultsgohereheadercontenthereresultsgohere