-
Notifications
You must be signed in to change notification settings - Fork 4
API: Basic methods
premasagar edited this page Sep 13, 2010
·
14 revisions
Except where otherwise stated, all methods return the AOMI object itself, to allow method chaining.
Returns the body element of the iframe’s document (as a jQuery collection).
-
contentswill be appended to the iframe’s<body>element. May be an HTML string, DOM node, jQuery collection, or selector. -
emptyFirstis an optional boolean (defaultfalse). Iftrue, the body element will first be emptied of all child nodes.
-
contentswill be appended to the iframe’s<head>element. May be an HTML string, DOM node, jQuery collection, or selector. -
emptyFirstis an optional boolean (defaultfalse). Iftrue, the head element will first be emptied of all child nodes.