jQuery: rename duplicate id
Posted
by Tillebeck
on Stack Overflow
See other posts from Stack Overflow
or by Tillebeck
Published on 2010-06-08T10:59:02Z
Indexed on
2010/06/08
11:02 UTC
Read the original article
Hit count: 287
Hi
I would like to insert multible sliders in one page. I have a block of code I would like to reuse but it will insert 2 DIV's with the id=slider...
Is it possible to find second element with id=slider and rename to id=slider01?
BR. Anders
© Stack Overflow or respective owner