z-song laravel-admin не может нагрузить JS Fucntion до использования F5
$(document).on('pjax:end', function() {
alert ('page just finished loading');
})
Worrisome Wren
$(document).on('pjax:end', function() {
alert ('page just finished loading');
})
$(document).on('pjax:start', function() {
alert ('leaving the page. Are you sure?');
})