Created
January 13, 2012 21:26
-
-
Save cole-gillespie/1608784 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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