Difference between revisions of "lure.load"

(Return value)
(Return value)
Line 13: Line 13:
 
| align="left" style="padding-left:10px;" | On successful completion of the the load function, it will return a valid DOM Object, or nil on failure
 
| align="left" style="padding-left:10px;" | On successful completion of the the load function, it will return a valid DOM Object, or nil on failure
 
| align="left" style="padding-left:10px;" | Yes
 
| align="left" style="padding-left:10px;" | Yes
 +
|}
  
 
==== Example ====
 
==== Example ====

Revision as of 21:32, 5 November 2011

Desc

Arguments

Return value

Type Description Implemented
DOM Object On successful completion of the the load function, it will return a valid DOM Object, or nil on failure Yes

Example