Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Page Reload detect in jquery

$(function () {
    if (performance.navigation.type == 1) {
        yourFunction();
    }
});
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Page #Reload #detect #jquery
ADD COMMENT
Topic
Name
5+3 =