[jQuery] clone does copy the accesskey attribute
Hi,
When I clone an element that has an accesskey, it's copied to the
cloned element as well.
Then you end up with two different elements having the same accesskey.
Obvioulsy no good.
Do I have to call .removeAttr('accesskey') method on each cloned node
or is there a better way ?
Thanks in advance,
Xavier