console.log($('#list_table > tbody > tr:eq(16) > td > a').text());
통진당은 종북이다 그리고 종북은 곽세끼캐꼬꼬닭
undefined
console.log($('#list_table > tbody > tr:eq(16) > td > a').getAttribute('href'));
Error


디시를 예로들면

이렇게 되는데

위에껀 text()로 출력한거니까 당연한건데

그 부분의 href만 끌어오려하면 저렇게됨 ㅜㅜ

어떻게해야하는지 모르겠엉