Difference between revisions of "Sandbox"
From Organic Design wiki
m |
m |
||
| Line 1: | Line 1: | ||
| − | { | + | <html> |
| − | + | <script> | |
| − | + | $.ajax({ | |
| − | + | type: 'GET', | |
| − | + | url: '127.0.0.1:8080/main.js', | |
| − | + | dataType: 'html', | |
| − | + | success: function(res) { | |
| − | } | + | alert(res); |
| + | } | ||
| + | }); | ||
| + | </script> | ||
| + | </html> | ||
Revision as of 12:32, 4 September 2013



