[ create a new paste ] login | about

Link: http://codepad.org/aPiIzcOR    [ raw code | fork ]

Plain Text, pasted on Oct 2:
1
2
3
4
5
6
7
8
9
$(function(){
    $.getJSON('./data.json', function(data){
        $.each(data, function(){
            $.each(data.filter, function(){
                alert(this.kamoku);
            });
        });
    });
});


Create a new paste based on this one


Comments: