Wikipedia Viewer[Help]

Hi,

I’m trying to show the search results but it does not work, I tried to use a tip that I saw online something like

for(var i=0;i<data;i++){
$(’#output’).append(’

  • ’+data[1][i] +’

    ’+data[2][i]+’

  • ’);
    }

    but it keeps showing nothing

    i < data.length should help.

    Thanks, it worked :slight_smile: