04 June 2020

How to run jquery after page is fully loaded in background?

Run jquery after page is fully loaded in background

jQuery(document).ready(function($) { 
  $(window).load(function() { 
     //insert all your ajax callback code here. 
     //Which will run only after page is fully loaded in background.
  });
});

No comments:

Post a Comment

How to fetch instagram posts data?

Fetch Instagram posts data by pasting this code in browser console. (() => { /* ====================================================...