$(this).parents('div:first').attr('id')
function parent(node,n){ while(n--&&(node=node.parentNode)); return node }