I would like to pass an object as parameter to an Onclick function inside a string. Something like follwing:
function myfunction(obj,parentobj){
var o=do
function myfunction(obj,parentobj){
var o=document.createElement("div");
o.innerHTML="";
parentobj.appendChild(o.firstChild);
}
// my similar problem, function a was called in a jsonArray loop in the dataTable initiation
function a(data, type, obj) {
var str = "";
str += "";
return str;
}
function chooseData1(data){
console.log(data);
}