append vs appendTo
// jQuery ) // Добавляет child в parent $(parent).append(child); $(child).appendTo(parent);