Methods
"jQuery.fn.nextId"(prefix) → {jQuery}
jQuery collection plugin that will assign the next id in sequence if an id property does not already exist.
Parameters:
Name | Type | Description |
---|---|---|
prefix |
string | The id will be prefixed with this value (default: nid) |
- Source:
Returns:
chainable jQuery class
- Type
- jQuery