Issue on Using jQuey load function

Issue on Using jQuey load function

can you please take a look at this ajax load() function Demo and let me know why I am not able to load data from the URL into the divs

Here is the code I am using:

  1. <div id="result"></div>
  2. <div id="page"></div>

  1. $('#result').load('ajax/http://www.fifa.com/worldcup/index.html .mu-m');
  2. $('#page').load('ajax/http://www.fifa.com/worldcup/index.html');
but I am getting this error:

Failed to load resource: the server responded with a status of 404 (NOT FOUND)