$(function () { var returnsValue; // Type: any // Parameters var item; // Type: object var index; // Type: number returnsValue = $(".selector").wijlist("addItem", item, index); });
Parameters
- item
- Indicates the listItem to add.
- index
- Index of the added item.