jQuery.isEmptyObject Method (object)
Check to see if an object is empty (contains no properties).
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public static bool isEmptyObject(object @object)
Parameters
object
Type: System.Object
Return Value
Type: System.Boolean
|