uniqueId_.uniqueId([prefix])
Generate a globally-unique id for client-side models or DOM elements that need one. If prefix is passed, the id will be appended to it.
1 2 | _.uniqueId( 'contact_' ); => 'contact_104' |
uniqueId_.uniqueId([prefix])
Generate a globally-unique id for client-side models or DOM elements that need one. If prefix is passed, the id will be appended to it.
1 2 | _.uniqueId( 'contact_' ); => 'contact_104' |
Designed by : w10schools
service@w10schools.com
Please login to continue.