I have to get a far parent's child's child's attribute href...
now i can get that using this long statement
var uid = $(this).parents(':eq(7)').children( ).find('.p_cell')
.children(':eq(0)').children(':eq(0)').attr('href');
please any string using '>' and ' : ' that can simplify the statement
thanks
Pradyut
India