Possible Duplicate:
How to detect if a variable is an array
Hi,
Just wondering if people could please let me know how to check for this using javascript.
Thanks. Tony.
Hi, Just wondering if people could please let me know how to check for this using javascript. Thanks. Tony. |
|||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
The better way I saw is used in jQuery isArray method:
|
|||
|
|
|
(obj instanceof Array) |
|||||
|