fork download
  1. $.ajax({
  2. url: "твоя мамка",
  3. type: "GET",
  4. dataType: 'json'
  5. success: function(){
  6. alert('Ура!');
  7. }
  8. });
Runtime error #stdin #stdout #stderr 0.02s 9604KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
prog.js:5:2 SyntaxError: missing } after property list:
prog.js:5:2 		success: function(){
prog.js:5:2 ................^