Identify an object as type of array in Javascript.
08.09.2010
Try this to determine if an object is type of jQuery. if (parameterValue instanceof jQuery) alert('true');
Identify an object as type of array in Javascript.