Returns the jQuery object of the section content.
Syntax
bodyElement()
Arguments
No arguments.
Return value
Returns the jQuery object of the section content.
Example
Change the first section content to read "This is the section content".
var section = pageObj.getSection(0);
section.bodyElement().html( '<h1>This is the section content</h1>' );
See also:
•Grid Row JavaScript API: row.fieldCell()