Hi everybody
i have this code in js:
var progressBar = '<div id="innerProgress_'+data.length+'" class="easyui-progressbar" style="width:150px;"></div>';
$("#"+idBox).append(f[0].files[i].name+" "+progressBar+"<br>");
$("#innerProgress_"+data.length).progressbar({
value: 0
});
in firebug console the HTML code appears as i expect but the page does not show the progressbar; i hope somebody can help me.
thanks.