$("#button").click(function(){

var data=$(".ifr").attr("data-id"); //data-id içindeki değer alıyor

$(".ifr").append('');
}