Skip to content

Instantly share code, notes, and snippets.

@cole-gillespie
Created January 13, 2012 21:26
Show Gist options
  • Save cole-gillespie/1608784 to your computer and use it in GitHub Desktop.
Save cole-gillespie/1608784 to your computer and use it in GitHub Desktop.
var xhrArgs = {
url: "/ofm/console/",
handle: function (e, io) {
var html = io.xhr.responseText;
//somehow get the contents of the title of html
}
}
// Call the asynchronous xhrGet
var deferred = dojo.xhrGet(xhrArgs);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment