I must use jQuery for first time....
<a class="Tag Resource" href="http://localhost/"
resource="http://localres/" property="prop">test</a>
I've tried to extract the text using var = $('a').find('Tag Resource').text();
and var = $('a').find('Tag Resource').html();
but it doesn't work. I need "test" as plain text.
Can someone tell me how to do this?
Thanks in advance