我有以下 HTML:
<div class="outter">
....
<div class="container" rel="identification" >
<h4> <a href="#" href="www.test.com"> </h4>
</div>
....
</div>
我有一些 jquery 代码,看起来像:
$('.outter').delegate('.container a','click', function()
{
//If $(this) is the a element, how can I get the rel attribute of the granfather div?
}
如果可以不使其依赖于 h4 父级,以防万一有一天 h3 发生变化,例如。