cross domain - Load remote URL in a div jquery -


does know how can load http://www.google.com in div without iframe or without creating body using jquery ?

$("#div_id").load('http://www.google.com'); 

this not work goes cross-domain , , due browser security , not allow content placed @ our div.

thanks in advance


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -