control-freak-ide/Control-Freak-Documentation/jQuery/docs/entries/jQuery.isArray.json
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

1 line
687 B
JSON

{"name":"jQuery.isArray","type":"method","title":"jQuery.isArray()","deprecated":null,"removed":null,"desc":"Determine whether the argument is an array.","categories":["utilities","version/1.3"],"entries":[{"return":"boolean","signatures":{"added":"1.3","argument":{"desc":"Object to test whether or not it is an array.","name":"obj","type":"Object"}},"examples":{"desc":"Finds out if the parameter is an array.","code":"\n$( \"b\" ).append( \"\" + $.isArray([]) );\n","html":"\nIs [] an Array? <b></b>\n"},"longdesc":"\n <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>\n "}]}