Check only last page
4 posters
Page 2 of 2
Page 2 of 2 • 1, 2
Check only last page
First topic message reminder :
Is there a way to look for last post in the thread with jQuery even I am on the first page? In my case, Let's assume I am on any page but last, could I gather info from truly last post in that thread which can be 10 pages ahead? And if it is possible, how can I get access to the info of last post?
Is there a way to look for last post in the thread with jQuery even I am on the first page? In my case, Let's assume I am on any page but last, could I gather info from truly last post in that thread which can be 10 pages ahead? And if it is possible, how can I get access to the info of last post?
Last edited by The Raven on August 9th 2023, 11:05 am; edited 1 time in total
poesia-verses likes this post
Re: Check only last page
In this line, you've mixed two languages - JS and jQuery
If you want to use JS, write
If you want to use jQuery:
- Code:
$("#oldTopic").style.disply = 'block';
If you want to use JS, write
- Code:
document.querySelector("#oldTopic").style.disply = 'block';
If you want to use jQuery:
- Code:
$("#oldTopic").css("display", "block");


The Raven likes this post
Re: Check only last page
Awesome, this works like a charm. Thank you so much! You can make tutorial on this for others because it is very helpful.
Page 2 of 2 • 1, 2

» Check All not working in inactive members page
» Ego check
» IP check
» Members Introduction
» VPS check
» Ego check
» IP check
» Members Introduction
» VPS check
Page 2 of 2
Permissions in this forum:
You cannot reply to topics in this forum