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

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -