My question is if there is anyway how i can load only a certain div
like a text box from
an different domain
Like :
I want to load The webpage Spiegelonline but i only want the .headline
.
It would be even better if i can load classes not just ID´s
I tried it like this
<div id="asd"></div>
$('#asd').load('crossdomain.html #content');