Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
E
 exists, jQuery
F
 Functions
G
 getObject, jQuery
J
 jQuery getObject:get.and.set.deep.objects.easily=true;
L
 License
N
 Note for Dojo users
 Note for non-jQuery users
R
 Release History
S
 setObject, jQuery
 Support and Testing
Using dot-delimited name string, return whether a property of an object exists.
Get a property of an object via dot-delimited name string, and optionally create the property and any ancestor properties that do not already exist.
Version: 1.1, Last updated: 12/24/2009
Copyright © 2009 “Cowboy” Ben Alman, Dual licensed under the MIT and GPL licenses.
The setObject, getObject, and exists methods are similar to their Dojo counterparts, with the exception that exists returns true or false based on whether or not a property is defined, not whether it is truthy.
jQuery isn’t actually required for this plugin, because nothing internal uses any jQuery methods or properties.
Set a property of an object via dot-delimited name string, creating any ancestor properties that do not already exist.
Information about what version or versions of jQuery this plugin has been tested with, what browsers it has been tested in, and where the unit tests reside (so you can test it yourself).
Close