appleofmyiframe icon indicating copy to clipboard operation
appleofmyiframe copied to clipboard

JavaScript library for creating & manipulating 'sourceless' iframe documents (i.e. those without an external document src); jQuery plugin.

Results 12 appleofmyiframe issues
Sort by recently updated
recently updated
newest added

I'm using jquery 1.8 in my project, and when i try appleofmyframe i got the following error (even in your test page): appleofmyiframe.js (line 160) TypeError: this._args($.makeArray(arguments))._args is not a...

I'm wondering if you can inject content dynamically created on another domain into the jquery created iframe? By that I mean the actual $.iframe('content').appendTo('#coins-embed'); is hosted in a file on...

When I add autoheight option to my $.iframe method with url as a first parameter, It seems the autoheight option does not work properly. My code as follows: ``` $.iframe("http://blink.heroku.com/",...

Be forgiving in verbosity of argument: e.g. $.iframe('hello world'); $.iframe('hello world'); $.iframe('hihello world'); $.iframe('hihello world'); $.iframe('hihello world'); Default doctype should be - that is, not Quirks mode, even if no...

See TODO note on restore() method: This needs to restore the originally set doctype. Currently, it won't do so, except when the append methods fail, and the reload() method is...