.load working with another element

.load working with another element

elements: .build21 is clicked show up .buildfull and .load elements,
but then u clikc .buildfull then .load again the same file

   var num = $(this).find('.h66').length;
    for (var i = 0; i < num; i++) {
        var list = $(this).find("h6").eq(i).html();
        $(this).find('.nonono').before('<div id="items" class="items-'+ i +' itemss"></div>'); 

        $(".items-"+ i ).load(''+list+'/ .postmain');
    }

https://jsfiddle.net/hpcolor13579/p93oppee/