jquery-navigate
jquery-navigate copied to clipboard
LOADER
Well, I'm using your lib, but I'd like to add a loader, every time I change pages ... how would I do it?
For me adding this javascript worked:
$('body').on('startrefresh', function() { $(this).html('<div class="loader"></div>'); });