I'm using livestamp.js
for times ago
function.
The jQuery is from https://mattbradley.github.io/livestampjs/.
In the first page, it's render 5 years ago
correctly. I mentioned it like this.
<span data-livestamp="2010-10-10 10:10:10"></span>
In the second page, I mention it as below
<tr>
<th>
<span data-livestamp="2010-10-10 10:10:10"></span>
</th>
<tr>
But it's not rendering anything, I tried everything. what am I doing wrong?
Note: I included the jquery for both the page.