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

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

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

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