4 lines
73 B
JavaScript
4 lines
73 B
JavaScript
|
|
$.get('http://rosettacode.org', function(data) {
|
||
|
|
console.log(data);
|
||
|
|
};
|