The jquery load in the below code doesn\'t work. What I\'m missing here?
To load external link in ".load()"
create page say external.php
In external.php put following code:
now load this page in jquery n it will load external link
$('div').load('external.php');