Difference between revisions of "Sandbox"
From Organic Design wiki
m |
m |
||
| Line 3: | Line 3: | ||
$.ajax({ | $.ajax({ | ||
type: 'POST', | type: 'POST', | ||
| − | url: 'http://127.0.0.1:8080/ | + | url: 'http://127.0.0.1:8080/_xfer.json', |
| − | data: { | + | data: {'baz.abc':'1234567'}, |
dataType: 'html', | dataType: 'html', | ||
success: function(res) { | success: function(res) { | ||
Revision as of 15:20, 8 September 2013



