Difference between revisions of "Sandbox"
From Organic Design wiki
m |
m |
||
| Line 2: | Line 2: | ||
<script> | <script> | ||
$.ajax({ | $.ajax({ | ||
| − | type: ' | + | type: 'POST', |
url: 'http://127.0.0.1:8080/main.js', | url: 'http://127.0.0.1:8080/main.js', | ||
| + | data: {foo:'sadafafsfaf{sdas}', | ||
dataType: 'html', | dataType: 'html', | ||
success: function(res) { | success: function(res) { | ||
Revision as of 15:12, 8 September 2013



