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
<desc>Object to test whether or not it is an array.</desc>
</argument>
</signature>
<desc>Determine whether the argument is an array.</desc>
<longdesc>
<p><code>$.isArray()</code> returns a Boolean indicating whether the object is a JavaScript array (not an array-like object, such as a jQuery object).</p>
</longdesc>
<example>
<desc>Finds out if the parameter is an array.</desc>