Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

jquery check if empty object

jQuery.isEmptyObject( object );

Example:
jQuery.isEmptyObject({}) // true
jQuery.isEmptyObject({ foo: "bar" }) // false
 
PREVIOUS NEXT
Tagged: #jquery #check #empty #object
ADD COMMENT
Topic
Name
9+5 =