Is there any selector available to add IDs like there is for adding a class - addClass()?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
ID is an attribute, you can set it with the attr function:
I'm not sure what you mean about adding IDs since an element can only have one identifier and this identifier must be unique. |
|||
|
|
|
do you mean a method?
Just be careful that you don't set multiple elements to the same ID. |
|||
|
|
|
Like this :
|
|||
|
|