Difference between revisions of "Sandbox"

From Organic Design wiki
(cross-domain)
Line 5: Line 5:
 
type: 'GET',
 
type: 'GET',
 
url: 'http://118.organicdesign.co.nz/wiki/index.php',
 
url: 'http://118.organicdesign.co.nz/wiki/index.php',
data: { action: 'raw', title: mw.config.get('wgPageName') },
+
data: { action: 'raw', title: 'Main_Page' },
 
dataType: 'html',
 
dataType: 'html',
 
success: function(html) { alert(html); }
 
success: function(html) { alert(html); }

Revision as of 15:16, 25 August 2012