inputEx Documentation Back to homepage

inputEx Documentation > Array 1.0.0

Class Array

Constructor

Array ( )
    [built-in]

Methods

compact

<Array> compact()
Create a new array without the falsy elements
Returns:
    <Array> Array without falsy elements

indexOf

<number> indexOf(el)
Find the position of the given element. (This method is not available in IE 6)
Parameters:
    el <Object>  - Value to search
Returns:
    <number> Element position, -1 if not found



Copyright (c) 2008 Eric Abouaf. All rights reserved.
Generated by JsDoc Toolkit 1.4.1 on Wed, 07 May 2008 10:26:29 GMT.