jQuery.isEmptyObject( object )Returns: Boolean
Description: Check to see if an object is empty (contains no enumerable properties).
-
version added: 1.4jQuery.isEmptyObject( object )
- objectType: ObjectThe object that will be checked to see if it's empty.
-