Edit this page

up.util up.util.isList(value)
JavaScript function

Returns whether the given argument is an array-like value.

Return true for Array, a NodeList, the arguments object or a jQuery collection.

Use up.util.isArray() to test whether a value is an actual Array.


Parameters

value

Return value

boolean