Yapapaya / jquery-cloneya

A jquery plugin to clone DOM elements
MIT License
76 stars 28 forks source link

Add counter to href? #9

Closed jenseo closed 10 years ago

jenseo commented 10 years ago

Hi!

I'm cloning a container with a tab block inside. The links of the tabs has to be unique (href="#tab"), and point to divs with same id (id="tab"). When cloning, the div updates, but not the tab href. Is there a way I can make this happend?

Thanks for a great plugin and sorry for my beginner questions!

// Jens.