JQuery Sprawdź, czy pusty obiekt

jQuery.isEmptyObject( object );

Example:
jQuery.isEmptyObject({}) // true
jQuery.isEmptyObject({ foo: "bar" }) // false
Cooperative Coyote