Brandon Aaron schrieb: > I went ahead and added my bgiframe plugin into SVN here: > http://svn.brandonaaron.net/svn/jquery_plugins/bgiframe.js > > A big thanks goes out to Mark Gibson for pointing me in the right > direction with using the expression in the CSS! >
Hi, I made my own version of that plugin: * you don't have to call show() for the iframe anymore (uses toggle) * an iframe is created on demand (I found that if you create several iframes at once it slows down IE pretty much) http://stilbuero.de/jquery/bgiframe/jquery.bgiframe.js Usage: $('div').show().bgiframe(); $('div').hide().bgiframe(); -- Klaus _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
