Loading external HTML into div

Loading external HTML into div

Hi, I'm fairly new to jQuery and I wanted to know how do I load three external HTML files into three different divs on another page when the body of the holder page loads.

the divs would be as follows:

<div id="holder1"></div>

<div id="holder2"></div>

<div id="holder3"></div>


Thanks!