Message from JavaScript discussions
August 2018
— How to set searchable box in dynamic table.
Example: else if (i != 0 && j!=0){
ip_select = document.createElement("select");
ip_select.name = "R"+i+"C"+j;
ip_select.setAttribute("class","form-control")
ip_select.setAttribute("onchange", "sendTagName(this)");
for (var k = 0; k < (pointcount + 1); k ++) {
var opt = document.createElement('option');
if (k == 0) {
opt.value = 0;
opt.innerHTML = "Select"
}
else {
var optvalue = parseInt(receiveddata.points[k-1].point_id);
opt.value = optvalue;
opt.innerHTML = receiveddata.points[k-1].point_name;
}
//opt.value = k;
//opt.innerHTML = receiveddata.points[k].point_name;
ip_select.appendChild(opt);
}
row.insertCell().appendChild(ip_select.cloneNode(true));
}
else {
text = document.createElement("input");
text.setAttribute("class","form-control")
text.type = "text";
text.name = "R"+i+"C"+j;
text.setAttribute("onchange", "sendTextName(this)")
//text.value = ptList;
row.insertCell().appendChild(text.cloneNode(true));
}
— determin1st hello there
— determin1st how long did accordion take?
— Its not usable.. about a month or more..
— Welcome
— I need animation engine to make further work. greensock is good but not good enough for ui stuff.
— I am not sure that I ready spent my life on it, when unusable component takes more than month
— Jquery-ui slider, for example has unfixed problems from 2009.
— Drop your work and ideas. no need to drop life.
— What do you mean?
— I mean you do something im interested.