$('#downloadable_' + songId + ' >
a').clone(true).appendTo('#downloadable_ ' + songId);


I checked, and downloadable_' + songId  is definitely an element.
Yet, this isn't working, it should, right?

That element will always only have one link in it and I want to clone
it and append it to it's parent (the element).

Reply via email to