Unique identifier for all elements on which jquery is used

Unique identifier for all elements on which jquery is used

Is there a functionality for a unique identifier for all elements on which jquery is called?

Currently I use this.selector. I think this is wrong. What about jQuery.uuid ?


Regards