IListBinding.jumpToItem method

Makes the specified IItem or IItemPromise the current item.

Syntax

iListBinding.jumpToItem(item).done( /* Your success and error handlers */ );

Parameters

Return value

Type: IItemPromise**

An IItemPromise that contains the specified item, if it exists. If the specified item is not in the list, the promise completes with a value of null.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

IListBinding