How can I use media plugin to load EXTERNAL DOMAIN html page ?
Hello
it is about jQuery media plugin (
http://malsup.com/jquery/media/
misc.html
)
Can I use
<a id="mike" class="media {type: 'html'}" href="http://
www.google.co.in">
This to load EXTERNAL DOMAIN html page in an iframe that media plugin
I create.
When I tried above code it did not work.Do I need to do anything else
for this ?
Thanks in advance