getNextId
returns the ID of an item that is after the specified item, either directly after or after a number of items (defined by the step)
id getNextId(number|string id, [number step] );
| id | number|string | the item ID |
| step | number | the step (by default, 1) |
See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.