I need to send an ajax request to a webserver "http://examples.com/ajax" the response will be the html of a <div>
and it will be inserted to an existing <div id="holder">
. What's the simplest, smallest way to write this in javascript? without using jQuery?
It only needs to support the latest version of chrome.