Como adicionar dados de dados e alvo de dados usando jQuery
$("button").on("click", function(){
$($(this).attr("data-target")).modal("show");
});
Funny Finch
$("button").on("click", function(){
$($(this).attr("data-target")).modal("show");
});
$("button").on("click", function(){
$($(this).attr("data-target")).remove("model");
});