There is an existing link on the page that updates the data on the page. (provides the next 15 records)
<li>
<a href="#statistic=general;page=4;name=" target="self" class="ABC">
<span class="btnBg"> </span>
<span class="icn next"> </span>
</a>
</li>
Is there a way using JQuery or Javascript to have my JQuery function execute right after the above link is updated?