hello all i`m good php developer not learn js yet….. my problem is
i have div
<div id="test1">
</div>
<a href="">add div</a>
i want when click in add div link, dublicte div and change number in id to be test2 , test3, unlimited
like the example
<div id="test1">
</div>
<div id="test2">
</div>
<div id="test3">
</div>
If you use jQuery this can easily be accomplished with the following:
Demo can be found here: http://jsfiddle.net/4eDkJ/1/