Hi All
I would like to find the topic owner (who creates topic or thread), my code finds the first one in the page so it only works on page 1 and of course it does not work on page 2 ... Do you have any idea ?
I would like to find the topic owner (who creates topic or thread), my code finds the first one in the page so it only works on page 1 and of course it does not work on page 2 ... Do you have any idea ?
- Code:
$('.postprofile dt').each(function(){
var tOwner = $('.postprofile dt:eq(0)').text();
console.log(tOwner);
}
Last edited by TamDonCo on April 4th 2018, 3:03 pm; edited 1 time in total