$(document).on('pjax:end', function() { alert ('page just finished loading'); })
$(document).on('pjax:start', function() { alert ('leaving the page. Are you sure?'); })