Answers for "z-song laravel-admin unable load js fucntion untill use f5"

0

z-song laravel-admin unable load js fucntion untill use f5

$(document).on('pjax:start', function() {
  alert ('leaving the page. Are you sure?');
})
Posted by: Guest on May-25-2021
0

z-song laravel-admin unable load js fucntion untill use f5

$(document).on('pjax:end', function() {
  alert ('page just finished loading');
})
Posted by: Guest on May-25-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language