hey why i get one value off 3 if i use .html(), and why if i use append() it shows all 3. but i want use .html() bequase i want the values to be changed/refresh when i use the another button.
var kwalificatie =$("#array0");
var list = data.info[0].htsprio;
$.each(list, function(index, value){
kwalificatie.html($('<li>'+ value + '</li>'));
});
do i forgot something or do you have some documantation about this that i can lern