Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Makes the specified IItem or IItemPromise the current item.
Syntax
iListBinding.jumpToItem(item).done( /* Your success and error handlers */ );
Parameters
item
Type: ObjectThe IItem or IItemPromise that will become the current item.
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 |