JQuery iFrame Plugin Demo



<a href="https://latesttechblogs.com" class="iframe w:700 h:300" >Iframe Content</a>

makes this…


<div class=iframe><iframe id=content_iframe marginWidth=0 marginHeight=0
src="https://33rockers.com/" frameBorder=0 width=540 height=500></iframe></div>

You can also set the defaults in jquery_iframe.js and just use

<a href="https://latesttechblogs.com" class="iframe" >Iframe Content</a>

If javascript is turned off, it will just show a link to the content. Here is the code in action…

You can download the source code here

More JQuery Stuff