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
Post a Comment