You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The description of PlainObject on http://api.jquery.com/Types does not appear to make sense, perhaps it did at some point. It states This type could be a string, an array<form elements>, a jQuery object with form elements or an object with key/value pairs. My understanding is that the PlainObject type as currently used in jquery is simply a "plain javascript object".
Therefore, I suggest moving #PlainObject to a sub-section under #Object, before #Dot_Notation, and change the description to e.g. "The PlainObject type is a plain javascript object." or "A PlainObject is a plain javascript object."
It would also be useful if $.isPlainObject was mentioned in that sub-section.