Примеры для jQuery.isPlainObject()


Check an object to see if it's a plain object.

1
2
jQuery.isPlainObject({}) // true
jQuery.isPlainObject( "test" ) // false