Advertisement
Aveneid

Untitled

May 17th, 2018
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.    
  2.     function zmienStrone(url){
  3.         $("glowny_div_z_trescia").load(url),function(resp, stat, xhr){
  4.              if(stat == "error")
  5.                 alert("Error: " + xhr.status + ": " + xhr.statusText);
  6.         });
  7.        
  8.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement