When the content is static:
<a href="#nearme">Click</a>
<script>$('#nearme').bind('pageAnimationEnd', function(event, info){});</script>
When the content is AJAX:
<a href="page.html">Click</a>
How do I bind something to occur after the AJAX (page.html) is loaded?