var btn=$("#btn");var tr=btn.parents("tr:first");int l=0;while(tr[0].tagName=="TR"){ l+=1; tr=tr.prev();}