DiviArea.getArea()
DiviArea.getArea(id) // Alias: DiviArea.Data.getArea(id)
Returns the area that is associated with the ID.
Params
-
id
- (string|jQuery, required) The Area ID (or an alternate ID of the Area), or the jQuery element of an Area.
Returns
Returns a DiviAreaItem
object for the requested Area. When no Area with the given ID exists, the return value is false
Notes
No notes