Definitions

Sorry, no definitions found. Check out and contribute to the discussion of this word!

Etymologies

Sorry, no etymologies found.

Support

Help support Wordnik (and make this page ad-free) by adopting the word xhr.

Examples

  • Since writing rePublish, which also loads zips (epubs) in native JavaScript, i've increasingly been on a mission to get the browser developers to find a solution to cross-domain xhr.

    Simon Willison's Weblog 2010

  • Now, window. onload = function () {populateCombo ( 'test. aspx? q1 = xhr');}

    ASP.NET Forums 2010

  • Since writing rePublish, which also loads zips (epubs) in native JavaScript, i've increasingly been on a mission to get the browser developers to find a solution to cross-domain xhr.

    Simon Willison's Weblog 2010

  • Technology xhr xmlhttprequest basics ajax javascipt javascript

    Recently Uploaded Slideshows 2009

  • Cross Site xhr - xmlHttpRequest () has ushered in a new era of JavaScript.

    Robert Accettura's Fun With Wordage 2009

  • * [MYFACES-2200] - Send events and errors at the various xhr stages

    announce@apache.org Archives 2009

  • The xhr function takes the HTTP method as an argument, allowing us to send the right request types to test the REST responders.

    Recently Uploaded Slideshows midpoint 2009

  • If all this does is load html fragments over xhr, I have my doubts that its worth it.

    fullasagoog.com full roast blend 2008

  • Read an XML file with any extension function AALoadXML (url, fun, element) var xhr = AACreate (); xhr. onreadystatechange = function () if (xhr. readyState = = 4) fun (xhr. responseXML, element); xhr. open ( "GET", url, true); xhr. send (null);

    Hiveminds Magazine 2009

  • AACreate (); xhr. onreadystatechange = function () {if (xhr. readyState = = 4) {if (xhr. status = =

    Hiveminds Magazine 2009

Comments

Log in or sign up to get involved in the conversation. It's quick and easy.