$(document).on("click",".change-mtrx", function(){ $('.matrix_a').appendTo('.matrix_b_cover'); $(".matrix_b").appendTo(".matrix_a_cover"); });