Advertisement
hellsgate

start script for IE8

Oct 22nd, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.10 KB | None | 0 0
  1. startAjax = setTimeout(startMyAjax, 1000);
  2.  
  3. function startMyAjax() {
  4.     $(document).load();
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement