Documentation

index

returns the cell index in the accordion collection

number index(object obj);

Parameters

objobjectthe cell object

Returns

numberthe cell index in the collection of the parent accordion

See also

  • articles
  • Example

    $$("myAcc").index($$('cell1'))

    Back to top