Это:?
$('#clone').click(function() {
var consClone = $('#cons').clone();
// now depends where you would like to put the copy
// of consClone to, for example, to the same table as the original #cons was:
$('#cons').parent().append(consClone);
});
Имейте в виду, что лучше иметь один идентификатор во всем документе, один быстрый способ - использовать класс вместо идентификатора для cons