How do i put the variables in this single quotes and double quotes iam confused
var rdb ='<input type="radio" id="rdb_"'+ i +' data-value1='+ labelvalue[1] +' data-value2='+ data[i].value +'>';
t += '<tr><td>'+rdb+'</td><tr>';
Here variable "i" is dynamic , "labelvalue[1] " is dynamic and "data[i].value " is dynamic Due to this iam not able to produce the Dynamic Radio buttons . So the View source looks in this way
How do i correctly produce this using single quotes and double quotes input type="radio" id ="rdbacc_0" data-value1="testRYSTAYTYTAST" data-value="007"