Botones jquery
// //CLICK BOTONES $(".btn").on("click", function() { switch ($(this).attr('id')) { case "btnDel": filterRemove(); break; default : } });