How can you load a certain div of a webpage on another webpage that resides on a different domain.
I have tried this:
<div id="m"></div>
<script>$('#m').load('http://something.com #divname');</script>
But it doesnt work when the page to load is on another domain