Skip to content

Instantly share code, notes, and snippets.

@tonio
Created June 29, 2010 14:58
Show Gist options
  • Save tonio/457314 to your computer and use it in GitHub Desktop.
Save tonio/457314 to your computer and use it in GitHub Desktop.
Ext.getBody().createChild({
tag: 'script',
src: Ext.urlAppend(
'http://localhost:5000/pois',
Ext.urlEncode({
ids: Array.prototype.slice.call(arguments).join(','),
callback: callback
})
)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment