I have LOV item with values as 3:4:5
these value need to insert in tabular form column with one by one when i fire the new rows.i tried many way but cant reach the requirement.

$(function () {
$('#REGION_STATIC_ID').click(function () {
var str = $('#P3_EMP_LIST').val();
var strarray = str.split(':');
for (var i = 0; i < strarray.length; i++) {
//unlimited rows will fire ,so how can mention the rows?
$('input[name="f04"]').html("<span>"+strarray[i] + "</span></br>" + "<span>"+strarray[i]+"</span></br>"+"<span>"+strarray[i]+ "</span></br>");
}
});
})
workspace: ram_r&d
user/password: test/test
apps: https://apex.oracle.com/pls/apex/f?p=71482:3:110799279427535::NO::P3_DEP_LIST:40